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
exclude_retention_policy_tag and exclude_database_tag excludes both DB and RP tags from metrics even if the other exclude_ parameter is set to false
#7310
Closed
abalone23 opened this issue
Apr 10, 2020
· 1 comment
· Fixed by #7323
database_tag = "thedb"## If true, the database tag will not be added to the metric.# exclude_database_tag = falseretention_policy_tag = "therp"## If true, the 'retention_policy_tag' will not be removed from the metric.exclude_retention_policy_tag = true
System info:
telegraf 1.14
Steps to reproduce:
Set exclude_retention_policy_tag = true and exclude_database_tag = false (or vice-versa)
Relevant telegraf.conf:
System info:
telegraf 1.14
Steps to reproduce:
exclude_retention_policy_tag = true
andexclude_database_tag = false
(or vice-versa)curl -i -XPOST 'http://localhost:8186/write' --data-binary 'cpu_load_short,thedb=mydb,therp=one_week,host=server01,region=us-west value=0.65 1586387198000700200'
Expected behavior:
Actual behavior:
Additional info:
exclude_retention_policy_tag
should only exclude the rpexclude_database_tag
should only exclude the dbThe text was updated successfully, but these errors were encountered: