docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#12157)
This commit is contained in:
parent
0955bd714f
commit
10dc4014a5
|
|
@ -9010,6 +9010,32 @@
|
|||
# ## Consumer group partition assignment strategy; one of "range", "roundrobin" or "sticky".
|
||||
# # balance_strategy = "range"
|
||||
#
|
||||
# ## Maximum number of retries for metadata operations including
|
||||
# ## connecting. Sets Sarama library's Metadata.Retry.Max config value. If 0 or
|
||||
# ## unset, use the Sarama default of 3,
|
||||
# # metadata_retry_max = 0
|
||||
#
|
||||
# ## Type of retry backoff. Valid options: "constant", "exponential"
|
||||
# # metadata_retry_type = "constant"
|
||||
#
|
||||
# ## Amount of time to wait before retrying. When metadata_retry_type is
|
||||
# ## "constant", each retry is delayed this amount. When "exponential", the
|
||||
# ## first retry is delayed this amount, and subsequent delays are doubled. If 0
|
||||
# ## or unset, use the Sarama default of 250 ms
|
||||
# # metadata_retry_backoff = 0
|
||||
#
|
||||
# ## Maximum amount of time to wait before retrying when metadata_retry_type is
|
||||
# ## "exponential". Ignored for other retry types. If 0, there is no backoff
|
||||
# ## limit.
|
||||
# # metadata_retry_max_duration = 0
|
||||
#
|
||||
# ## Strategy for making connection to kafka brokers. Valid options: "startup",
|
||||
# ## "defer". If set to "defer" the plugin is allowed to start before making a
|
||||
# ## connection. This is useful if the broker may be down when telegraf is
|
||||
# ## started, but if there are any typos in the broker setting, they will cause
|
||||
# ## connection failures without warning at startup
|
||||
# # connection_strategy = "startup"
|
||||
#
|
||||
# ## Maximum length of a message to consume, in bytes (default 0/unlimited);
|
||||
# ## larger messages are dropped
|
||||
# max_message_len = 1000000
|
||||
|
|
@ -10329,6 +10355,9 @@
|
|||
# ## ex: server = "tcp://localhost:6514"
|
||||
# ## server = "udp://:6514"
|
||||
# ## server = "unix:///var/run/telegraf-syslog.sock"
|
||||
# ## When using tcp, consider using 'tcp4' or 'tcp6' to force the usage of IPv4
|
||||
# ## or IPV6 respectively. There are cases, where when not specified, a system
|
||||
# ## may force an IPv4 mapped IPv6 address.
|
||||
# server = "tcp://:6514"
|
||||
#
|
||||
# ## TLS Config
|
||||
|
|
|
|||
|
|
@ -8827,6 +8827,32 @@
|
|||
# ## Consumer group partition assignment strategy; one of "range", "roundrobin" or "sticky".
|
||||
# # balance_strategy = "range"
|
||||
#
|
||||
# ## Maximum number of retries for metadata operations including
|
||||
# ## connecting. Sets Sarama library's Metadata.Retry.Max config value. If 0 or
|
||||
# ## unset, use the Sarama default of 3,
|
||||
# # metadata_retry_max = 0
|
||||
#
|
||||
# ## Type of retry backoff. Valid options: "constant", "exponential"
|
||||
# # metadata_retry_type = "constant"
|
||||
#
|
||||
# ## Amount of time to wait before retrying. When metadata_retry_type is
|
||||
# ## "constant", each retry is delayed this amount. When "exponential", the
|
||||
# ## first retry is delayed this amount, and subsequent delays are doubled. If 0
|
||||
# ## or unset, use the Sarama default of 250 ms
|
||||
# # metadata_retry_backoff = 0
|
||||
#
|
||||
# ## Maximum amount of time to wait before retrying when metadata_retry_type is
|
||||
# ## "exponential". Ignored for other retry types. If 0, there is no backoff
|
||||
# ## limit.
|
||||
# # metadata_retry_max_duration = 0
|
||||
#
|
||||
# ## Strategy for making connection to kafka brokers. Valid options: "startup",
|
||||
# ## "defer". If set to "defer" the plugin is allowed to start before making a
|
||||
# ## connection. This is useful if the broker may be down when telegraf is
|
||||
# ## started, but if there are any typos in the broker setting, they will cause
|
||||
# ## connection failures without warning at startup
|
||||
# # connection_strategy = "startup"
|
||||
#
|
||||
# ## Maximum length of a message to consume, in bytes (default 0/unlimited);
|
||||
# ## larger messages are dropped
|
||||
# max_message_len = 1000000
|
||||
|
|
@ -10139,6 +10165,9 @@
|
|||
# ## ex: server = "tcp://localhost:6514"
|
||||
# ## server = "udp://:6514"
|
||||
# ## server = "unix:///var/run/telegraf-syslog.sock"
|
||||
# ## When using tcp, consider using 'tcp4' or 'tcp6' to force the usage of IPv4
|
||||
# ## or IPV6 respectively. There are cases, where when not specified, a system
|
||||
# ## may force an IPv4 mapped IPv6 address.
|
||||
# server = "tcp://:6514"
|
||||
#
|
||||
# ## TLS Config
|
||||
|
|
|
|||
Loading…
Reference in New Issue