feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10659)
This commit is contained in:
parent
10d11f318b
commit
31494f9ebb
|
|
@ -46,6 +46,11 @@
|
||||||
## same time, which can have a measurable effect on the system.
|
## same time, which can have a measurable effect on the system.
|
||||||
collection_jitter = "0s"
|
collection_jitter = "0s"
|
||||||
|
|
||||||
|
## Collection offset is used to shift the collection by the given amount.
|
||||||
|
## This can be be used to avoid many plugins querying constraint devices
|
||||||
|
## at the same time by manually scheduling them in time.
|
||||||
|
# collection_offset = "0s"
|
||||||
|
|
||||||
## Default flushing interval for all outputs. Maximum flush_interval will be
|
## Default flushing interval for all outputs. Maximum flush_interval will be
|
||||||
## flush_interval + flush_jitter
|
## flush_interval + flush_jitter
|
||||||
flush_interval = "10s"
|
flush_interval = "10s"
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,11 @@
|
||||||
## same time, which can have a measurable effect on the system.
|
## same time, which can have a measurable effect on the system.
|
||||||
collection_jitter = "0s"
|
collection_jitter = "0s"
|
||||||
|
|
||||||
|
## Collection offset is used to shift the collection by the given amount.
|
||||||
|
## This can be be used to avoid many plugins querying constraint devices
|
||||||
|
## at the same time by manually scheduling them in time.
|
||||||
|
# collection_offset = "0s"
|
||||||
|
|
||||||
## Default flushing interval for all outputs. Maximum flush_interval will be
|
## Default flushing interval for all outputs. Maximum flush_interval will be
|
||||||
## flush_interval + flush_jitter
|
## flush_interval + flush_jitter
|
||||||
flush_interval = "10s"
|
flush_interval = "10s"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue