From fa42a1f7fbe3260a2d68416c6cb5a0653f8836b8 Mon Sep 17 00:00:00 2001 From: Wenjia Zhang Date: Fri, 20 Jul 2018 13:52:15 -0700 Subject: [PATCH] CHANGELOG-3.2: update from #9942 --- CHANGELOG-3.2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG-3.2.md b/CHANGELOG-3.2.md index 58ce6686d76..07e3fc18059 100644 --- a/CHANGELOG-3.2.md +++ b/CHANGELOG-3.2.md @@ -14,6 +14,10 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.2.23...v3.2.24) and Note that any `etcd_debugging_*` metrics are experimental and subject to change. +- Add [`etcd_server_heartbeat_send_failures_total`](https://github.com/coreos/etcd/pull/9942) Prometheus metric. +- Add [`etcd_server_slow_apply_total`](https://github.com/coreos/etcd/pull/9942) Prometheus metric. +- Add [`etcd_disk_backend_defrag_duration_seconds`](https://github.com/coreos/etcd/pull/9942) Prometheus metric. +- Add [`etcd_mvcc_hash_duration_seconds`](https://github.com/coreos/etcd/pull/9942) Prometheus metric. - Add [`etcd_server_slow_read_indexes_total`](https://github.com/coreos/etcd/pull/9897) Prometheus metric. - Add [`etcd_server_quota_backend_bytes`](https://github.com/coreos/etcd/pull/9820) Prometheus metric. - Use it with `etcd_mvcc_db_total_size_in_bytes` and `etcd_mvcc_db_total_size_in_use_in_bytes`.