File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4019,9 +4019,9 @@ The `limits_config` configures default and per-tenant limits imposed by Cortex s
40194019# CLI flag: -querier.max-fetched-series-per-query
40204020[max_fetched_series_per_query: <int> | default = 0]
40214021
4022- # The maximum size of all chunks in bytes for which a query can fetch from each
4023- # ingester and blocks storage. This limit is enforced in the querier only when
4024- # running Cortex with blocks storage. 0 to disable.
4022+ # The maximum size of all chunks in bytes that a query can fetch from each
4023+ # ingester and storage. This limit is enforced in the querier and ruler only
4024+ # when running Cortex with blocks storage. 0 to disable.
40254025# CLI flag: -querier.max-fetched-chunk-bytes-per-query
40264026[max_fetched_chunk_bytes_per_query: <int> | default = 0]
40274027
You can’t perform that action at this time.
0 commit comments