Skip to content

Commit

Permalink
Clarify prose about querier frontend min-sharding-lookback (#4050)
Browse files Browse the repository at this point in the history
* Clarify prose about querier frontend min-sharding-lookback

Docs edit of prose from #4047.

* Update docs/sources/configuration/_index.md

Co-authored-by: Danny Kopping <dannykopping@gmail.com>

Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
Co-authored-by: Danny Kopping <dannykopping@gmail.com>
  • Loading branch information
3 people authored Jul 27, 2021
1 parent 32e55c3 commit 808c808
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,9 @@ The queryrange_config configures the query splitting and caching in the Loki que
[split_queries_by_interval: <duration> | default = 0s]
# Limit queries that can be sharded.
# Queries with time range that fall between now and now minus the sharding lookback are not sharded.
# Default value is 0s (disable), meaning all queries of all time range are sharded.
# Queries within the time range of now and now minus this sharding lookback
# are not sharded. The default value of 0s disables the lookback, causing
# sharding of all queries at all times.
# CLI flag: -frontend.min-sharding-lookback
[min_sharding_lookback: <duration> | default = 0s]
Expand Down

0 comments on commit 808c808

Please sign in to comment.