From f8ffaf681f1984e021fa880b619a37975da94348 Mon Sep 17 00:00:00 2001 From: Vittorio Palmisano Date: Mon, 15 Mar 2021 19:27:54 +0100 Subject: [PATCH] changed prometheus options --- compose/config/edumeet-server-config.js | 2 +- server/config/config.example.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/compose/config/edumeet-server-config.js b/compose/config/edumeet-server-config.js index 05b4edae..d97c43b1 100644 --- a/compose/config/edumeet-server-config.js +++ b/compose/config/edumeet-server-config.js @@ -501,7 +501,7 @@ module.exports = port : 8889, // allocated port quiet : false, // include fewer labels // aggregated metrics options - period : 5 // update period (seconds) + period : 15 // update period (seconds) } }; diff --git a/server/config/config.example.js b/server/config/config.example.js index b44e841e..2b1bf8e7 100644 --- a/server/config/config.example.js +++ b/server/config/config.example.js @@ -466,9 +466,11 @@ module.exports = prometheus : { deidentify : false, // deidentify IP addresses // listen : 'localhost', // exporter listens on this address - numeric : false, // show numeric IP addresses + numeric : true, // show numeric IP addresses port : 8889, // allocated port quiet : false // include fewer labels + // aggregated metrics options + period : 15 // update period (seconds) } */ };