Retroactively update changelog to note metrics contention fixes (#10184)

* Retroactively update changelog to note metrics contention fixes

* Update CHANGELOG.md
This commit is contained in:
Paul Banks 2021-05-10 16:10:53 +01:00 committed by GitHub
parent b8942b8756
commit 82f3b61c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -673,6 +673,8 @@ BUGFIXES:
BUG FIXES:
* xds: revert setting set_node_on_first_message_only to true when generating envoy bootstrap config [[GH-8441](https://github.com/hashicorp/consul/issues/8441)]
* telemetry: fix for a lock contention issue with the go-metrics Prometheus sink that could cause performance issues [[GH-8372](https://github.com/hashicorp/consul/pull/8372)]
* telemetry: fix for a lock contention issue with the go-metrics Dogstatsd sink that could cause performance issues [[GH-8372](https://github.com/hashicorp/consul/pull/8372)]
## 1.7.5 (July 30, 2020)