From 02ebbc3e0df35693d6b13cd94bacd12899a8fc01 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 3 Jul 2021 01:40:22 -0400 Subject: use a longer expiration interval a bunch of my telegraf plugins only report data every 5 minutes --- modules/tick/templates/telegraf.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tick/templates/telegraf.conf b/modules/tick/templates/telegraf.conf index 67593da..53df792 100644 --- a/modules/tick/templates/telegraf.conf +++ b/modules/tick/templates/telegraf.conf @@ -12,3 +12,4 @@ omit_hostname = false [[outputs.prometheus_client]] listen = ":9273" + expiration_interval = "5m" -- cgit v1.2.3