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:
parent
b8942b8756
commit
82f3b61c2e
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue