From bfac209fe310749454faec7ea6dbd1095e5a1ea4 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 11:54:31 -0600 Subject: [PATCH] feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10533) Co-authored-by: Tiger Bot <> --- etc/telegraf.conf | 3 +++ etc/telegraf_windows.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 54b863dde..b763141b0 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -858,6 +858,9 @@ # # ## The name of the tag that contains the hostname. # # resource_tag = "host" +# +# ## The name of the tag that contains the host group name. +# # group_tag = "group" # # Configurable HTTP health check resource based on metrics diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 4af5aaa7e..8c07a7ce2 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -858,6 +858,9 @@ # # ## The name of the tag that contains the hostname. # # resource_tag = "host" +# +# ## The name of the tag that contains the host group name. +# # group_tag = "group" # # Configurable HTTP health check resource based on metrics