From 72206fab7c2294207538bffc6152c01cb7d64cb4 Mon Sep 17 00:00:00 2001 From: George Krajcsovits Date: Thu, 20 Jun 2024 13:05:55 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Marco Pracucci --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7385764785..6f49cad892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -189,7 +189,7 @@ * [ENHANCEMENT] Clarify Compactor and its storage volume when configured under Kubernetes. #7675 * [ENHANCEMENT] Add OTLP route to _Mimir routes by path_ runbooks section. #8074 * [ENHANCEMENT] Document option server.log-source-ips-full. #8268 -* [ENHANCEMENT] Specify in which component the configuration flags `compactor.blocks-retention-period`, `querier.max-query-lookback`, `query-frontend.max-total-query-length`, `query-frontend.max-query-expression-size-bytes` are applied and that they are applied to remote read as well. #8433 +* [ENHANCEMENT] Specify in which component the configuration flags `-compactor.blocks-retention-period`, `-querier.max-query-lookback`, `-query-frontend.max-total-query-length`, `-query-frontend.max-query-expression-size-bytes` are applied and that they are applied to remote read as well. #8433 ### Tools