feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10395)
This commit is contained in:
parent
0e1031356e
commit
a26f53ec48
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue