From a58aea1bf456280aa06fb2f2d09d2d005eefa6ed Mon Sep 17 00:00:00 2001 From: Jordan Rushing Date: Tue, 31 Aug 2021 10:56:22 -0500 Subject: [PATCH] Update limits_config docs to include querier.max_query_lookback flag (#4244) --- docs/sources/configuration/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/sources/configuration/_index.md b/docs/sources/configuration/_index.md index 62b2f7b48c059..3d98d52a66c18 100644 --- a/docs/sources/configuration/_index.md +++ b/docs/sources/configuration/_index.md @@ -1910,6 +1910,13 @@ logs in Loki. # when using downstream URL. # CLI flag: -frontend.max-queriers-per-tenant [max_queriers_per_tenant: | default = 0] + +# Limit how long back data (series and metadata) can be queried, up until 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: | default = 0] ``` ### grpc_client_config