Skip to content

Commit 1ddba0d

Browse files
committed
update doc
1 parent e6b8b3a commit 1ddba0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ Note that this option only works for terms with '=' operator in them.
380380
index-timeout = "1m0s"
381381
# 'tagged' table from carbon-clickhouse, required for seriesByTag
382382
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 = ""
385385
# or how long the daemon will query tags during autocomplete
386386
tagged-autocomplete-days = 7
387387
# whether to use date filter when searching for the metrics in the tagged-table

0 commit comments

Comments
 (0)