From aab5800aac7a7f3debc8c16482201b012d60041e Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 13 Apr 2020 12:46:03 -0700 Subject: [PATCH] Regenerate telegraf.conf --- etc/telegraf.conf | 4 ++-- etc/telegraf_windows.conf | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index de9dd6f2d..05d7daadb 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -119,7 +119,7 @@ ## tag is not set the 'database' option is used as the default. # database_tag = "" - ## If true, the database tag will not be added to the metric. + ## If true, the 'database_tag' will not be included in the written metric. # exclude_database_tag = false ## If true, no CREATE DATABASE queries will be sent. Set to true when using @@ -135,7 +135,7 @@ ## tag is not set the 'retention_policy' option is used as the default. # retention_policy_tag = "" - ## If true, the 'retention_policy_tag' will not be removed from the metric. + ## If true, the 'retention_policy_tag' will not be included in the written metric. # exclude_retention_policy_tag = false ## Write consistency (clusters only), can be: "any", "one", "quorum", "all". diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index c3586cafd..5b7092899 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -119,7 +119,7 @@ ## tag is not set the 'database' option is used as the default. # database_tag = "" - ## If true, the database tag will not be added to the metric. + ## If true, the 'database_tag' will not be included in the written metric. # exclude_database_tag = false ## If true, no CREATE DATABASE queries will be sent. Set to true when using @@ -131,6 +131,13 @@ ## the default retention policy. Only takes effect when using HTTP. # retention_policy = "" + ## The value of this tag will be used to determine the retention policy. If this + ## tag is not set the 'retention_policy' option is used as the default. + # retention_policy_tag = "" + + ## If true, the 'retention_policy_tag' will not be included in the written metric. + # exclude_retention_policy_tag = false + ## Write consistency (clusters only), can be: "any", "one", "quorum", "all". ## Only takes effect when using HTTP. # write_consistency = "any"