Skip to content

Commit ea03fc4

Browse files
authored
fix: update etcd grafana dashboard for etcd 3.5 (#442)
1 parent 51ddb37 commit ea03fc4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelogs/fragments/425.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
breaking_changes:
23
- grafana - Update the dashboards to support Grafana 10.4 so that we're on an officially supported version of Grafana. This does potentially break backward compatibility with Grafana 9.x, so an update to Grafana 10.4 will be required with this version of pgMonitor.
34
bugfixes:

changelogs/fragments/441.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- grafana - Fix etcd dashboard to use new metric names in etcd 3.5

grafana/common/ETCD_Details.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@
15891589
"type": "prometheus",
15901590
"uid": "PDC1078F23EBDF0E5"
15911591
},
1592-
"expr": "rate(etcd_debugging_mvcc_put_total{exp_type=\"etcd\",job=~\"$job\"}[5m])",
1592+
"expr": "rate(etcd_mvcc_put_total{exp_type=\"etcd\",job=~\"$job\"}[5m])",
15931593
"format": "time_series",
15941594
"intervalFactor": 1,
15951595
"legendFormat": "{{ job }} puts/s",
@@ -1600,7 +1600,7 @@
16001600
"type": "prometheus",
16011601
"uid": "PDC1078F23EBDF0E5"
16021602
},
1603-
"expr": "rate(etcd_debugging_mvcc_delete_total{exp_type=\"etcd\",job=~\"$job\"}[5m])",
1603+
"expr": "rate(etcd_mvcc_delete_total{exp_type=\"etcd\",job=~\"$job\"}[5m])",
16041604
"format": "time_series",
16051605
"intervalFactor": 1,
16061606
"legendFormat": "{{ job }} deletes/s",

0 commit comments

Comments
 (0)