From d5f23f288a5eb271f89cf598586c99f99e51af07 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Tue, 21 Apr 2020 23:15:07 +1000 Subject: [PATCH] update setting --- influxdb/telegraf.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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