From 39b5bf2489534f41c86cd5ff2872f21e2e0a7f08 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 3 Jul 2021 02:41:06 -0400 Subject: use prometheus protocol v2 some metrics aren't reported properly otherwise --- 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 53df792..ba9ae4a 100644 --- a/modules/tick/templates/telegraf.conf +++ b/modules/tick/templates/telegraf.conf @@ -13,3 +13,4 @@ [[outputs.prometheus_client]] listen = ":9273" expiration_interval = "5m" + metric_version = 2 -- cgit v1.2.3-54-g00ecf