chore(prometheus): Expose prometheus configuration options in Scale GUI (#3797)
* Update prometheus configuration * Add new config quesiton to adjust prometheus.scrapeInterval. * Add new config question to adjust prometheus.evaluationInterval. * Set default scrapeInterval to 15s to match typical Prometheus deployments. * Set WAL compression to on by default, this has been default upstream since Prometheus v2.20.0 (2020-07-22). Signed-off-by: SuperQ <superq@gmail.com> * Update charts/stable/prometheus/questions.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Signed-off-by: SuperQ <superq@gmail.com> Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
co-authored by
Kjeld Schouten-Lebbing
parent
54d3875813
commit
652f9c6220
@@ -404,10 +404,10 @@ prometheus:
|
||||
tolerations: []
|
||||
## @param prometheus.scrapeInterval Interval between consecutive scrapes
|
||||
##
|
||||
scrapeInterval: ""
|
||||
scrapeInterval: "15s"
|
||||
## @param prometheus.evaluationInterval Interval between consecutive evaluations
|
||||
##
|
||||
evaluationInterval: ""
|
||||
evaluationInterval: "30s"
|
||||
## @param prometheus.listenLocal ListenLocal makes the Prometheus server listen on loopback
|
||||
##
|
||||
listenLocal: false
|
||||
|
||||
Reference in New Issue
Block a user