From 1c1be7eb8144dd8e4e811653e76f07389051b2dc Mon Sep 17 00:00:00 2001 From: Mauro Stettler Date: Thu, 16 Jan 2025 09:21:42 +0000 Subject: [PATCH] fill in PR number in Changelog Signed-off-by: Mauro Stettler --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9080e595c0..a55bee0d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Grafana Mimir -* [CHANGE] Querier: pass context to queryable `IsApplicable` hook. +* [CHANGE] Querier: pass context to queryable `IsApplicable` hook. #10451 * [CHANGE] Distributor: OTLP and push handler replace all non-UTF8 characters with the unicode replacement character `\uFFFD` in error messages before propagating them. #10236 * [CHANGE] Querier: pass query matchers to queryable `IsApplicable` hook. #10256 * [CHANGE] Query-frontend: Add `topic` label to `cortex_ingest_storage_strong_consistency_requests_total`, `cortex_ingest_storage_strong_consistency_failures_total`, and `cortex_ingest_storage_strong_consistency_wait_duration_seconds` metrics. #10220