-
Problem report
-
Resolution: Fixed
-
Major
-
6.0.7
-
None
-
Sprint 96 (Jan 2023)
-
0.1
Hello Maintainers
It seems that some Prometheus metrics changed in ETCD for V3.5:
https://etcd.io/docs/v3.4/upgrades/upgrade_3_5/
Which means that there's metrics "not supported" for:
For this version, the following changes need to be made:
- etcd_debugging_mvcc_delete_total -> etcd_mvcc_delete_total
- etcd_debugging_mvcc_db_total_size_in_bytes -> etcd_mvcc_db_total_size_in_bytes
- etcd_debugging_mvcc_put_total -> etcd_mvcc_put_total
Regards