diff --git a/changelogs/fragments/404.yml b/changelogs/fragments/404.yml new file mode 100644 index 0000000..ff74908 --- /dev/null +++ b/changelogs/fragments/404.yml @@ -0,0 +1,4 @@ +bugfixes: + - grafana - Fix etcd dashboard to use new metric names in etcd 3.5 + + diff --git a/grafana/etcd/ETCD_Details.json b/grafana/etcd/ETCD_Details.json index 78fcf04..f0249de 100644 --- a/grafana/etcd/ETCD_Details.json +++ b/grafana/etcd/ETCD_Details.json @@ -1588,7 +1588,7 @@ "type": "prometheus", "uid": "${ccp_datasource}" }, - "expr": "rate(etcd_debugging_mvcc_put_total{exp_type=\"etcd\",job=~\"$job\"}[5m])", + "expr": "rate(etcd_mvcc_put_total{exp_type=\"etcd\",job=~\"$job\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{ job }} puts/s", @@ -1599,7 +1599,7 @@ "type": "prometheus", "uid": "${ccp_datasource}" }, - "expr": "rate(etcd_debugging_mvcc_delete_total{exp_type=\"etcd\",job=~\"$job\"}[5m])", + "expr": "rate(etcd_mvcc_delete_total{exp_type=\"etcd\",job=~\"$job\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{ job }} deletes/s", diff --git a/hugo/content/_index.md b/hugo/content/_index.md index 02f87d0..ae0d4ac 100644 --- a/hugo/content/_index.md +++ b/hugo/content/_index.md @@ -59,6 +59,10 @@ pgMonitor combines multiple open-source software services to create a robust Pos - pgMonitor plans to support all PostgreSQL versions that are actively supported by the PostgreSQL community. Once a major version of PostgreSQL reaches its end-of-life (EOL), pgMonitor will cease supporting that major version soon after. Please see the official PostgreSQL website for [community supported releases](https://www.postgresql.org/support/versioning/). +### etcd + +- Version 3.5 and greater is supported for the Grafana dashboard + ### HAProxy - Version 2.x for Grafana dashboard