Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update etc/telegraf.conf and etc/telegraf_windows.conf #11414

Merged
merged 1 commit into from
Jun 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions etc/telegraf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
#
Expand Down Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions etc/telegraf_windows.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
#
Expand Down Expand Up @@ -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
Expand Down