You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -380,8 +380,8 @@ Note that this option only works for terms with '=' operator in them.
380
380
index-timeout = "1m0s"
381
381
# 'tagged' table from carbon-clickhouse, required for seriesByTag
382
382
tagged-table = "graphite_tagged"
383
-
# Table that contains the amounts of rows with each tag1 value, used to determine which Tag1 value to use in a query based on its cardinality. If left empty, basic sorting will be used.
384
-
tag1-count-table = ""
383
+
# Table that contains the total amounts of each tag-value pair. It is used to avoid usage of high cardinality tag-value pairs when querying TaggedTable. If left empty, basic sorting will be used. See more detailed description in doc/config.md
384
+
tags-count-table = ""
385
385
# or how long the daemon will query tags during autocomplete
386
386
tagged-autocomplete-days = 7
387
387
# whether to use date filter when searching for the metrics in the tagged-table
0 commit comments