From b12451b21a34ed18e3ab6607d04072922329477d Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 16:44:06 -0600 Subject: [PATCH] feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10737) 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 8453bd16b..747502424 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -3027,6 +3027,10 @@ # ## there are no changes in any buckets for this time interval. 0 == no expiration. # # expiration_interval = "0m" # +# ## If true, aggregated histogram are pushed to output only if it was updated since +# ## previous push. Defaults to false. +# # push_only_on_update = false +# # ## 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 7078e1cf6..f964161ba 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -3027,6 +3027,10 @@ # ## there are no changes in any buckets for this time interval. 0 == no expiration. # # expiration_interval = "0m" # +# ## If true, aggregated histogram are pushed to output only if it was updated since +# ## previous push. Defaults to false. +# # push_only_on_update = false +# # ## Example config that aggregates all fields of the metric. # # [[aggregators.histogram.config]] # # ## Right borders of buckets (with +Inf implicitly added).