From 1a84be43bf18983b623973ddb0fd108e34282b63 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:40:11 -0500 Subject: [PATCH] docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11414) Co-authored-by: Tiger Bot <> --- etc/telegraf.conf | 11 +++++++++++ etc/telegraf_windows.conf | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 4860c47af..a05abc2c9 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -894,6 +894,9 @@ # username = "" # password = "" # +# ## Default application type to use in GroundWork client +# # default_app_type = "TELEGRAF" +# # ## Default display name for the host with services(metrics). # # default_host = "telegraf" # @@ -3819,6 +3822,14 @@ # ## Use TLS but skip chain & host verification (defaults to false) # ## If set to false, tls_cert and tls_key are required # # insecure_skip_verify = false +# +# ## Whether to collect cluster-wide bucket statistics +# ## It is recommended to disable this in favor of node_stats +# ## to get a better view of the cluster. +# cluster_bucket_stats = true +# +# ## Whether to collect bucket stats for each individual node +# node_bucket_stats = false # # Read CouchDB Stats from one or more servers diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index eca7e30e3..161fa2db5 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -894,6 +894,9 @@ # username = "" # password = "" # +# ## Default application type to use in GroundWork client +# # default_app_type = "TELEGRAF" +# # ## Default display name for the host with services(metrics). # # default_host = "telegraf" # @@ -3790,6 +3793,14 @@ # ## Use TLS but skip chain & host verification (defaults to false) # ## If set to false, tls_cert and tls_key are required # # insecure_skip_verify = false +# +# ## Whether to collect cluster-wide bucket statistics +# ## It is recommended to disable this in favor of node_stats +# ## to get a better view of the cluster. +# cluster_bucket_stats = true +# +# ## Whether to collect bucket stats for each individual node +# node_bucket_stats = false # # Read CouchDB Stats from one or more servers