From fd54d56b125b2ff25050b3f82334a5db87b72f50 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..80ca0e6906 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 `ingestion_rate` limit is properly applied against the same value recorded in the `cortex_distributor_received_samples_total` metric. #10754 ### Mixin