fix/dash-var-refresh: add const and description

This commit is contained in:
Marco Tulio R Braga 2021-04-08 10:09:01 -03:00
parent d2bc5343fb
commit aeeecc06cf
No known key found for this signature in database
GPG Key ID: F583401A50FF6BD1

View File

@ -10,6 +10,11 @@
// scrape_interval_seconds is the global scrape interval which can be
// used to dynamically adjust rate windows as a function of the interval.
scrape_interval_seconds: 30,
// Dashboard variable refresh option on Grafana (https://grafana.com/docs/grafana/latest/datasources/prometheus/).
// 0 : Never (Will never refresh the Dashboard variables values)
// 1 : On Dashboard Load (Will refresh Dashboards variables when dashboard are loaded)
// 2 : On Time Range Change (Will refresh Dashboards variables when time range will be changed)
dashboard_var_refresh: 2,
},
prometheusAlerts+:: {
@ -1287,7 +1292,7 @@
name: 'cluster',
options: [],
query: 'label_values(etcd_server_has_leader, job)',
refresh: 2,
refresh: %(dashboard_var_refresh),
regex: '',
sort: 2,
tagValuesQuery: '',