diff --git a/influxdb/telegraf.conf b/influxdb/telegraf.conf index 4a91166..5408649 100644 --- a/influxdb/telegraf.conf +++ b/influxdb/telegraf.conf @@ -42,11 +42,11 @@ ## Each plugin will sleep for a random time within jitter before collecting. ## This can be used to avoid many plugins querying things like sysfs at the ## same time, which can have a measurable effect on the system. - collection_jitter = "0s" + collection_jitter = "3s" ## Default flushing interval for all outputs. You shouldn't set this below ## interval. Maximum flush_interval will be flush_interval + flush_jitter - flush_interval = "10s" + flush_interval = "70s" ## Jitter the flush interval by a random amount. This is primarily to avoid ## large write spikes for users running a large number of telegraf instances. ## ie, a jitter of 5s and interval 10s means flushes will happen every 10-15s