feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10584)
Co-authored-by: Tiger Bot <>
This commit is contained in:
parent
75946f56f1
commit
8433a46972
|
|
@ -2996,6 +2996,10 @@
|
||||||
# ## Defaults to true.
|
# ## Defaults to true.
|
||||||
# cumulative = 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.
|
# ## Example config that aggregates all fields of the metric.
|
||||||
# # [[aggregators.histogram.config]]
|
# # [[aggregators.histogram.config]]
|
||||||
# # ## Right borders of buckets (with +Inf implicitly added).
|
# # ## Right borders of buckets (with +Inf implicitly added).
|
||||||
|
|
|
||||||
|
|
@ -2996,6 +2996,10 @@
|
||||||
# ## Defaults to true.
|
# ## Defaults to true.
|
||||||
# cumulative = 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.
|
# ## Example config that aggregates all fields of the metric.
|
||||||
# # [[aggregators.histogram.config]]
|
# # [[aggregators.histogram.config]]
|
||||||
# # ## Right borders of buckets (with +Inf implicitly added).
|
# # ## Right borders of buckets (with +Inf implicitly added).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue