From 82f3b61c2e0daf4c83017f8ed20394d88d9fc6e5 Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Mon, 10 May 2021 16:10:53 +0100 Subject: [PATCH] Retroactively update changelog to note metrics contention fixes (#10184) * Retroactively update changelog to note metrics contention fixes * Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdad2252c..9eb6940e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)