From 8433a46972e8045cbb1aba15c65f3709a33958c2 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 17:11:31 -0600 Subject: [PATCH] feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10584) Co-authored-by: Tiger Bot <> --- etc/telegraf.conf | 4 ++++ etc/telegraf_windows.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 1035a51a6..a7d0b0875 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -2996,6 +2996,10 @@ # ## Defaults to true. # cumulative = true # +# ## Expiration interval for each histogram. The histogram will be expired if +# ## there are no changes in any buckets for this time interval. 0 == no expiration. +# # expiration_interval = "0m" +# # ## Example config that aggregates all fields of the metric. # # [[aggregators.histogram.config]] # # ## Right borders of buckets (with +Inf implicitly added). diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 6aeb263f4..9afde2157 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -2996,6 +2996,10 @@ # ## Defaults to true. # cumulative = true # +# ## Expiration interval for each histogram. The histogram will be expired if +# ## there are no changes in any buckets for this time interval. 0 == no expiration. +# # expiration_interval = "0m" +# # ## Example config that aggregates all fields of the metric. # # [[aggregators.histogram.config]] # # ## Right borders of buckets (with +Inf implicitly added).