From bd17754ab364e09fc3fb1b866aaba2084ba482ad Mon Sep 17 00:00:00 2001 From: Pedro Tanaka Date: Tue, 28 May 2024 10:24:25 +0200 Subject: [PATCH] removing empty space; Signed-off-by: Pedro Tanaka --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d92182d7..bd57c46eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#7334](https://github.com/thanos-io/thanos/pull/7334) Compactor: do not vertically compact downsampled blocks. Such cases are now marked with `no-compact-mark.json`. Fixes panic `panic: unexpected seriesToChunkEncoder lack of iterations`. - [#7382](https://github.com/thanos-io/thanos/pull/7382) *: Ensure objstore flag values are masked & disable debug/pprof/cmdline -- [#7393](https://github.com/thanos-io/thanos/pull/7393) *: Using native histograms for grpc middleware metrics. Metrics `grpc_client_handling_seconds` and `grpc_server_handling_seconds` will now be native histograms. +- [#7393](https://github.com/thanos-io/thanos/pull/7393) *: Using native histograms for grpc middleware metrics. Metrics `grpc_client_handling_seconds` and `grpc_server_handling_seconds` will now be native histograms. ### Removed