feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10395)

This commit is contained in:
telegraf-tiger[bot] 2022-01-07 08:35:17 -07:00 committed by GitHub
parent 0e1031356e
commit a26f53ec48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View File

@ -2096,6 +2096,10 @@
# ## Specifies the Timestream table tags.
# ## Check Timestream documentation for more details
# # create_table_tags = { "foo" = "bar", "environment" = "dev"}
#
# ## Specify the maximum number of parallel go routines to ingest/write data
# ## If not specified, defaulted to 1 go routines
# max_write_go_routines = 25
# # Write metrics to Warp 10
@ -3358,10 +3362,19 @@
# ## If not specified, then default is /proc
# # host_proc = "/proc"
#
# ## Sets 'sys' directory path
# ## If not specified, then default is /sys
# # host_sys = "/sys"
#
# ## By default, telegraf gather stats for all bond interfaces
# ## Setting interfaces will restrict the stats to the specified
# ## bond interfaces.
# # bond_interfaces = ["bond0"]
#
# ## Tries to collect additional bond details from /sys/class/net/{bond}
# ## currently only useful for LACP (mode 4) bonds
# # collect_sys_details = false
#
# # Collect Kafka topics and consumers status from Burrow HTTP API.

View File

@ -2096,6 +2096,10 @@
# ## Specifies the Timestream table tags.
# ## Check Timestream documentation for more details
# # create_table_tags = { "foo" = "bar", "environment" = "dev"}
#
# ## Specify the maximum number of parallel go routines to ingest/write data
# ## If not specified, defaulted to 1 go routines
# max_write_go_routines = 25
# # Write metrics to Warp 10
@ -3346,10 +3350,19 @@
# ## If not specified, then default is /proc
# # host_proc = "/proc"
#
# ## Sets 'sys' directory path
# ## If not specified, then default is /sys
# # host_sys = "/sys"
#
# ## By default, telegraf gather stats for all bond interfaces
# ## Setting interfaces will restrict the stats to the specified
# ## bond interfaces.
# # bond_interfaces = ["bond0"]
#
# ## Tries to collect additional bond details from /sys/class/net/{bond}
# ## currently only useful for LACP (mode 4) bonds
# # collect_sys_details = false
#
# # Collect Kafka topics and consumers status from Burrow HTTP API.