From af893d354903175100395a1efb452878f22c6b42 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 15 Nov 2018 08:17:57 -0800 Subject: [PATCH] CHANGELOG-3.4: add "etcd_cluster_version" Signed-off-by: Gyuho Lee --- CHANGELOG-3.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 4eccb65f8..3a2932fe8 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -180,6 +180,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Now, highest buckets collect 0.8192 seconds, 1.6384 seconds, and 3.2768 seconds or more. - Add [`etcd_server_is_leader`](https://github.com/etcd-io/etcd/pull/9587) Prometheus metric. - Add [`etcd_server_id`](https://github.com/etcd-io/etcd/pull/9998) Prometheus metric. +- Add [`etcd_cluster_version`](https://github.com/etcd-io/etcd/pull/10257) Prometheus metric. - Add [`etcd_server_version`](https://github.com/etcd-io/etcd/pull/8960) Prometheus metric. - To replace [Kubernetes `etcd-version-monitor`](https://github.com/etcd-io/etcd/issues/8948). - Add [`etcd_server_go_version`](https://github.com/etcd-io/etcd/pull/9957) Prometheus metric.