From 7af3792b20734bf9a3dc3bacbf107e266793bc5e Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 16 Jul 2020 10:00:50 -0700 Subject: [PATCH] Update telegraf.conf --- etc/telegraf.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index ec5469ae0..1df63db05 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -1641,6 +1641,11 @@ # ## stay in order set this to true. keeping the metrics ordered may # ## be slightly slower # # ordered = false +# +# ## cache_ttl is the amount of time interface names are cached for a +# ## given agent. After this period elapses if names are needed they +# ## will be retrieved again. +# # cache_ttl = "8h" # # Apply metric modifications using override semantics.