diff --git a/docs/sources/mimir/configure/about-runtime-configuration.md b/docs/sources/mimir/configure/about-runtime-configuration.md index 542f3f467db..a3d7b717e0e 100644 --- a/docs/sources/mimir/configure/about-runtime-configuration.md +++ b/docs/sources/mimir/configure/about-runtime-configuration.md @@ -98,4 +98,4 @@ An advanced runtime configuration option controls if ingesters transfer encoded The parameter `ingester_stream_chunks_when_using_blocks` might only be used in runtime configuration. A value of `true` transfers encoded chunks, and a value of `false` transfers decoded series. -> **Note:** We strongly recommend that you use the default setting, which is `true`, except in rare cases where users observe Grafana Mimir rules evaluation slowing down. +> **Note:** The parameter `ingester_stream_chunks_when_using_blocks` in the runtime configuration can override the CLI flag `-ingester.stream-chunks-when-using-blocks`, which is enabled by default. We strongly recommend to keep it enabled, except in rare cases where you observe rules evaluation slowing down.