Skip to content

Commit

Permalink
Docs: clarify ingester_stream_chunks_when_using_blocks setting (#5838)
Browse files Browse the repository at this point in the history
* Docs: clarify ingester_stream_chunks_when_using_blocks setting

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Update docs/sources/mimir/configure/about-runtime-configuration.md

Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>

---------

Signed-off-by: Marco Pracucci <marco@pracucci.com>
Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>
  • Loading branch information
pracucci and charleskorn authored Aug 28, 2023
1 parent e9cfc61 commit da04a9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit da04a9b

Please sign in to comment.