changed prometheus options

This commit is contained in:
Vittorio Palmisano 2021-03-15 19:27:54 +01:00
parent 3551186506
commit f8ffaf681f
2 changed files with 4 additions and 2 deletions

View file

@ -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)
}
};

View file

@ -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)
}
*/
};