diff --git a/CHANGELOG-3.1.md b/CHANGELOG-3.1.md index 5856e5e95..c247af9cc 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). + <hr> ## [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 c0832aded..50b991340 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). + <hr> diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index b18cc4061..7ee19aedf 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). <hr>