From a26f53ec48866864f3832fdc70068be4bb520948 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 08:35:17 -0700 Subject: [PATCH] feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10395) --- etc/telegraf.conf | 13 +++++++++++++ etc/telegraf_windows.conf | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index fd0f13acc..7a75a1e3e 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -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. diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 8dddea302..435d16072 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -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.