From c9bd8db46af8c062beafd27bb3fbd2173bab5c74 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 1 Aug 2019 14:11:50 -0700 Subject: [PATCH] CHANGELOG: fix typos Signed-off-by: Gyuho Lee --- CHANGELOG-3.4.md | 4 ++-- CHANGELOG-3.5.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 5742f9152..5bf65c2a9 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -246,8 +246,8 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Fix bug where [db_compaction_total_duration_milliseconds metric incorrectly measured duration as 0](https://github.com/etcd-io/etcd/pull/10646). - Promote [`etcd_debugging_mvcc_put_total`](https://github.com/etcd-io/etcd/pull/10962) Prometheus metric to `etcd_mvcc_put_total`. - Promote [`etcd_debugging_mvcc_delete_total`](https://github.com/etcd-io/etcd/pull/10962) Prometheus metric to `etcd_mvcc_delete_total`. -- Promote `etcd_debugging_mvcc_get_total` Prometheus metric to `etcd_mvcc_get_total`. -- Promote `etcd_debugging_mvcc_txn_total` Prometheus metric to `etcd_mvcc_txn_total`. +- Promote [`etcd_debugging_mvcc_range_total`](https://github.com/etcd-io/etcd/pull/10968) Prometheus metric to `etcd_mvcc_range_total`. +- Promote [`etcd_debugging_mvcc_txn_total`(https://github.com/etcd-io/etcd/pull/10968) Prometheus metric to `etcd_mvcc_txn_total`. ### Security, Authentication diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 5d15b9111..163f175d5 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -44,7 +44,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Deprecated `etcd_debugging_mvcc_put_total` Prometheus metric. Instead, use `etcd_mvcc_put_total`. - Deprecated `etcd_debugging_mvcc_delete_total` Prometheus metric. Instead, use `etcd_mvcc_delete_total`. - Deprecated `etcd_debugging_mvcc_txn_total` Prometheus metric. Instead, use `etcd_mvcc_txn_total`. -- Deprecated `etcd_debugging_mvcc_get_total` Prometheus metric. Instead, use `etcd_mvcc_get_total`. +- Deprecated `etcd_debugging_mvcc_range_total` Prometheus metric. Instead, use `etcd_mvcc_range_total`. ### etcd server