Skip to content

Commit 527f13e

Browse files
committed
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 Signed-off-by: Charlie Le <[email protected]>
1 parent d7bc517 commit 527f13e

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)