From 8dc181dc5eb9df8d60845bb590d78c427da200fb Mon Sep 17 00:00:00 2001 From: Wenjia Date: Thu, 17 Oct 2019 13:10:46 -0700 Subject: [PATCH] Update CHANGELOG-3.2 for #11271 Add changelog for etcd_cluster_version metrics from ##11271 --- CHANGELOG-3.2.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG-3.2.md b/CHANGELOG-3.2.md index e7dbed83d88..1f97b1e72ed 100644 --- a/CHANGELOG-3.2.md +++ b/CHANGELOG-3.2.md @@ -11,8 +11,18 @@ The minimum recommended etcd versions to run in **production** are 3.1.11+, 3.2. ## [v3.2.28](https://github.com/etcd-io/etcd/releases/tag/v3.2.28) (2019-TBD) ### Improved + - Add `etcd --experimental-peer-skip-client-san-verification` to [skip verification of peer client address](https://github.com/etcd-io/etcd/pull/11195). +### Metrics, Monitoring + +See [List of metrics](https://github.com/etcd-io/etcd/tree/master/Documentation/metrics) for all metrics per release. + +Note that any `etcd_debugging_*` metrics are experimental and subject to change. + +- Add [`etcd_cluster_version`](https://github.com/etcd-io/etcd/pull/11271) Prometheus metric. + +
## [v3.2.27](https://github.com/etcd-io/etcd/releases/tag/v3.2.27) (2019-09-17)