From 5e69042af7e9d70e83205326ab0d28c7762e8e1d Mon Sep 17 00:00:00 2001 From: Tim Reddehase Date: Mon, 26 Aug 2019 10:06:30 +0200 Subject: [PATCH] remove hidden instant-query resolution flag from docs. Signed-off-by: Tim Reddehase --- docs/components/query.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/components/query.md b/docs/components/query.md index 2d5788553cb..c6d7a86c898 100644 --- a/docs/components/query.md +++ b/docs/components/query.md @@ -238,13 +238,6 @@ Flags: which data is deduplicated. Still you will be able to query without deduplication using 'dedup=false' parameter. - --query.instant.default.max_source_resolution=0s - default value for max_source_resolution for - instant queries. If not set, defaults to 0s - only taking raw resolution into account. 1h can - be a good value if you use instant queries over - time ranges that incorporate times outside of - your raw-retention. --selector-label=="" ... Query selector labels that will be exposed in info endpoint (repeated).