From 93479fdecd677e7c9db1b0a412604b9c5e652eaf Mon Sep 17 00:00:00 2001 From: Joe Betz Date: Thu, 18 Apr 2019 09:39:22 -0700 Subject: [PATCH] CHANGELOG: update changelogs for backport of PR #10646 --- CHANGELOG-3.1.md | 4 ++++ CHANGELOG-3.2.md | 4 ++++ CHANGELOG-3.3.md | 3 +++ 3 files changed, 11 insertions(+) diff --git a/CHANGELOG-3.1.md b/CHANGELOG-3.1.md index 5856e5e95f7..c247af9cc3f 100644 --- a/CHANGELOG-3.1.md +++ b/CHANGELOG-3.1.md @@ -14,6 +14,10 @@ The [minimum recommended etcd versions to run in **production**](https://groups. - [Strip out insecure endpoints from DNS SRV records when using discovery](https://github.com/etcd-io/etcd/pull/10443) with etcdctl v2 +### Metrics, Monitoring + +- Fix bug where [db_compaction_total_duration_milliseconds metric incorrectly measured duration as 0](https://github.com/etcd-io/etcd/pull/10646). +
## [v3.1.20](https://github.com/etcd-io/etcd/releases/tag/v3.1.20) (2018-10-10) diff --git a/CHANGELOG-3.2.md b/CHANGELOG-3.2.md index c0832aded71..50b99134095 100644 --- a/CHANGELOG-3.2.md +++ b/CHANGELOG-3.2.md @@ -15,6 +15,10 @@ The [minimum recommended etcd versions to run in **production**](https://groups. - [Strip out insecure endpoints from DNS SRV records when using discovery](https://github.com/etcd-io/etcd/pull/10443) with etcdctl v2 +### Metrics, Monitoring + +- Fix bug where [db_compaction_total_duration_milliseconds metric incorrectly measured duration as 0](https://github.com/etcd-io/etcd/pull/10646). +
diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index b18cc406162..7ee19aedf74 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -21,6 +21,9 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.11...v3.3.12) an - Compile with [*Go 1.10.8*](https://golang.org/doc/devel/release.html#go1.10). +### Metrics, Monitoring + +- Fix bug where [db_compaction_total_duration_milliseconds metric incorrectly measured duration as 0](https://github.com/etcd-io/etcd/pull/10646).