From b11223caf5558d9dbdfe00e9442fa85bfbf6d49e Mon Sep 17 00:00:00 2001 From: Jingyi Hu Date: Fri, 19 Apr 2019 21:23:49 -0700 Subject: [PATCH] CHANGELOG: update CHANGELOG-3.4 from #10646 --- CHANGELOG-3.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 04cdf1f37ce..13e091df4d9 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -223,6 +223,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Fix [race conditions in v2 server stat collecting](https://github.com/etcd-io/etcd/pull/9562). - Change [gRPC proxy to expose etcd server endpoint /metrics](https://github.com/etcd-io/etcd/pull/10618). - The metrics that were exposed via the proxy were not etcd server members but instead the proxy itself. +- Fix bug where [db_compaction_total_duration_milliseconds metric incorrectly measured duration as 0](https://github.com/etcd-io/etcd/pull/10646). ### Security, Authentication