Browse Source

Merge pull request #10664 from jingyih/update_changelog_3p4_from_pr10646

CHANGELOG: update CHANGELOG-3.4 from #10646
Gyuho Lee 6 years ago
parent
commit
9dfde8a4fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CHANGELOG-3.4.md

+ 1 - 0
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