update how often sample is collected to 90s

This commit is contained in:
Kameron Kenny 2024-06-26 15:41:52 -04:00
parent 6d10e873eb
commit 372615fc55
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Configuration for telegraf agent
[agent]
interval = "10s"
interval = "90s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000