Skip to content

Commit

Permalink
Update limits_config docs to include querier.max_query_lookback flag (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanRushing authored Aug 31, 2021
1 parent a5790f3 commit a58aea1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1910,6 +1910,13 @@ logs in Loki.
# when using downstream URL.
# CLI flag: -frontend.max-queriers-per-tenant
[max_queriers_per_tenant: <int> | default = 0]

# Limit how long back data (series and metadata) can be queried, up until <lookback> duration ago.
# This limit is enforced in the query-frontend, querier and ruler.
# If the requested time range is outside the allowed range, the request will not fail but will be manipulated
# to only query data within the allowed time range. 0 to disable.
# CLI flag: -querier.max-query-lookback
[max_query_lookback: <duration> | default = 0]
```
### grpc_client_config
Expand Down

0 comments on commit a58aea1

Please sign in to comment.