From 8bedf3dde8f22bc006b3dc9771d9e8ab42bf3d09 Mon Sep 17 00:00:00 2001 From: Wenjia Date: Thu, 17 Oct 2019 13:06:06 -0700 Subject: [PATCH] Update CHANGELOG-3.3 for 11261 Add log for etcd_cluster_version metrics addition in #11261 --- CHANGELOG-3.3.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index 370996a60..adb2640cd 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -8,6 +8,19 @@ The minimum recommended etcd versions to run in **production** are 3.1.11+, 3.2.
+## v3.3.18 (2019-TBD) + +### 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/11261) Prometheus metric. + +
+ + ## [v3.3.17](https://github.com/etcd-io/etcd/releases/tag/v3.3.17) (2019-10-11) See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.16...v3.3.17) and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md) for any breaking changes.