From c40fc778ce32c61319ed2d87d6e09531959b8911 Mon Sep 17 00:00:00 2001 From: Jingyi Hu Date: Thu, 5 Sep 2019 16:45:11 -0700 Subject: [PATCH] CHANGELOG: update changelog 3.5 Add etcd_debugging_mvcc_current_revision and etcd_debugging_mvcc_compact_revision. --- CHANGELOG-3.5.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 51db8d419..225002a1e 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -53,6 +53,8 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Deprecated `etcd_debugging_mvcc_delete_total` Prometheus metric. Use `etcd_mvcc_delete_total` instead. - Deprecated `etcd_debugging_mvcc_txn_total` Prometheus metric. Use `etcd_mvcc_txn_total` instead. - Deprecated `etcd_debugging_mvcc_range_total` Prometheus metric. Use `etcd_mvcc_range_total` instead. +- Add [`etcd_debugging_mvcc_current_revision`](https://github.com/etcd-io/etcd/pull/11126) Prometheus metric. +- Add [`etcd_debugging_mvcc_compact_revision`](https://github.com/etcd-io/etcd/pull/11126) Prometheus metric. ### etcd server