Skip to content

Commit 02673f9

Browse files
authored
Rename -querier.split-queries-by-day to `-querier.split-queries-by-...
...interval` Query-frontend: removed `-querier.split-queries-by-day` (deprecated in Cortex 0.4.0). Please use `-querier.split-queries-by-interval` instead. #3813
1 parent d3a4546 commit 02673f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The next three options only apply when the querier is used together with the Que
6363

6464
If set to true, will cause the query frontend to mutate incoming queries and align their start and end parameters to the step parameter of the query. This improves the cacheability of the query results.
6565

66-
- `-querier.split-queries-by-day`
66+
- `-querier.split-queries-by-interval`
6767

6868
If set to true, will cause the query frontend to split multi-day queries into multiple single-day queries and execute them in parallel.
6969

0 commit comments

Comments
 (0)