From 9eabc0002367fa41f05d11ee08899d30ca328765 Mon Sep 17 00:00:00 2001 From: alanprot Date: Tue, 7 May 2024 11:41:55 -0700 Subject: [PATCH] changelog Signed-off-by: alanprot --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dd268215f..0b364270db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * [ENHANCEMENT] Ingester: Allowing to configure `-blocks-storage.tsdb.head-compaction-interval` flag up to 30 min and add a jitter on the first head compaction. #5919 #5928 * [ENHANCEMENT] Distributor: Added `max_inflight_push_requests` config to ingester client to protect distributor from OOMKilled. #5917 * [ENHANCEMENT] Distributor/Querier: Clean stale per-ingester metrics after ingester restarts. #5930 +* [ENHANCEMENT] Distributor/Ring: Allow disabling detailed ring metrics by ring member. #5931 * [CHANGE] Upgrade Dockerfile Node version from 14x to 18x. #5906 * [BUGFIX] Configsdb: Fix endline issue in db password. #5920