mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix/dash-var-refresh: add const and description
This commit is contained in:
parent
d2bc5343fb
commit
aeeecc06cf
@ -10,6 +10,11 @@
|
|||||||
// scrape_interval_seconds is the global scrape interval which can be
|
// scrape_interval_seconds is the global scrape interval which can be
|
||||||
// used to dynamically adjust rate windows as a function of the interval.
|
// used to dynamically adjust rate windows as a function of the interval.
|
||||||
scrape_interval_seconds: 30,
|
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+:: {
|
prometheusAlerts+:: {
|
||||||
@ -1287,7 +1292,7 @@
|
|||||||
name: 'cluster',
|
name: 'cluster',
|
||||||
options: [],
|
options: [],
|
||||||
query: 'label_values(etcd_server_has_leader, job)',
|
query: 'label_values(etcd_server_has_leader, job)',
|
||||||
refresh: 2,
|
refresh: %(dashboard_var_refresh),
|
||||||
regex: '',
|
regex: '',
|
||||||
sort: 2,
|
sort: 2,
|
||||||
tagValuesQuery: '',
|
tagValuesQuery: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user