From 85cb97a171489b3c976216cd3b748d7b94767c58 Mon Sep 17 00:00:00 2001 From: Wenjia Zhang Date: Wed, 13 Jun 2018 16:08:00 -0700 Subject: [PATCH] CHANGELOG: update from #9845 --- CHANGELOG-3.2.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG-3.2.md b/CHANGELOG-3.2.md index 585227e4131..3a359a8f120 100644 --- a/CHANGELOG-3.2.md +++ b/CHANGELOG-3.2.md @@ -7,6 +7,11 @@ Previous change logs can be found at [CHANGELOG-3.1](https://github.com/coreos/e See [code changes](https://github.com/coreos/etcd/compare/v3.2.22...v3.2.23) and [v3.2 upgrade guide](https://github.com/coreos/etcd/blob/master/Documentation/upgrades/upgrade_3_2.md) for any breaking changes. **Again, before running upgrades from any previous release, please make sure to read change logs below and [v3.2 upgrade guide](https://github.com/coreos/etcd/blob/master/Documentation/upgrades/upgrade_3_2.md).** +### Metrics, Monitoring + +- Add [`etcd_server_version`](https://github.com/coreos/etcd/pull/8960) Prometheus metric. + - To replace [Kubernetes `etcd-version-monitor`](https://github.com/coreos/etcd/issues/8948). + ### Improved - Improve [slow request apply warning log](https://github.com/coreos/etcd/pull/9288).