mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
changed prometheus options
This commit is contained in:
parent
3551186506
commit
f8ffaf681f
2 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
*/
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue