update how often sample is collected to 90s
This commit is contained in:
parent
6d10e873eb
commit
372615fc55
|
@ -1,6 +1,6 @@
|
||||||
# Configuration for telegraf agent
|
# Configuration for telegraf agent
|
||||||
[agent]
|
[agent]
|
||||||
interval = "10s"
|
interval = "90s"
|
||||||
round_interval = true
|
round_interval = true
|
||||||
metric_batch_size = 1000
|
metric_batch_size = 1000
|
||||||
metric_buffer_limit = 10000
|
metric_buffer_limit = 10000
|
||||||
|
|
Loading…
Reference in New Issue