Core Module - Changed interval to 30s for telegraf to slow down the amount of data

This commit is contained in:
Mike Reeves
2018-12-04 20:54:42 -05:00
parent 9a61c460b4
commit 0f0adb6c4b

View File

@@ -28,7 +28,7 @@
# Configuration for telegraf agent
[agent]
## Default data collection interval for all inputs
interval = "10s"
interval = "30s"
## Rounds collection interval to 'interval'
## ie, if interval="10s" then always collect on :00, :10, :20, etc.
round_interval = true