From e4c395f0b7dbe28f0102cd17a63be8d27234d963 Mon Sep 17 00:00:00 2001 From: Artyom Antonov Date: Tue, 10 Dec 2024 12:55:00 +0500 Subject: [PATCH] update doc --- doc/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/config.md b/doc/config.md index e55560c7..396960e3 100644 --- a/doc/config.md +++ b/doc/config.md @@ -311,6 +311,8 @@ Only one tag used as filter for index field Tag1, see graphite_tagged table [str tags-concurrent-queries = 0 # Tags adaptive queries (based on load average) for increase/decrease concurrent queries tags-adaptive-queries = 0 + # If a wildcard appears both at the start and the end of a plain query at a distance (in terms of nodes) less than wildcard-min-distance, then it will be discarded. This parameter can be used to discard expensive queries. + wildcard-min-distance = 0 # Minimum tags in seriesByTag query tags-min-in-query = 0 # Minimum tags in autocomplete query