From 0e9e553b2c6825e41e4d5ffb68113760c01a6707 Mon Sep 17 00:00:00 2001 From: Julien Duchesne Date: Wed, 26 Feb 2025 15:02:48 -0500 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2491e8771..b3eb5d5423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,7 @@ * [BUGFIX] Distributor: Fix panics in `DurationWithJitter` util functions when computed variance is zero. #10507 * [BUGFIX] Ingester: Fixed a race condition in the `PostingsForMatchers` cache that may have infrequently returned expired cached postings. #10500 * [BUGFIX] Distributor: Report partially converted OTLP requests with status 400 Bad Request. #10588 +* [BUGFIX] Distributor: Apply ingestion rate limit after custom PushWrappers have run. This ensures that the `cortex_distributor_received_samples_total` metric accurately reflects the number of samples that were not excluded. #10754 ### Mixin