dashboard: | |
etcd: | |
format: json | |
template: etcd/files/grafana_dashboards/etcd_influxdb.json | |
main: | |
row: | |
etcd-control-plane: | |
title: Etcd Cluster | |
panel: | |
etcd: | |
title: Etcd | |
links: | |
- dashboard: Etcd | |
title: Etcd | |
type: dashboard | |
target: | |
cluster_status: | |
rawQuery: true | |
query: SELECT last(value) FROM cluster_status WHERE cluster_name = 'etcd' AND environment_label = '$environment' AND $timeFilter GROUP BY time($interval) fill(null) |