2022-05-19 00:29:55 +08:00
|
|
|
# Keep the aggregate basicstats of each metric passing through.
|
|
|
|
|
[[aggregators.basicstats]]
|
|
|
|
|
## The period on which to flush & clear the aggregator.
|
|
|
|
|
period = "30s"
|
|
|
|
|
|
|
|
|
|
## If true, the original metric will be dropped by the
|
|
|
|
|
## aggregator and will not get sent to the output plugins.
|
|
|
|
|
drop_original = false
|
|
|
|
|
|
|
|
|
|
## Configures which basic stats to push as fields
|
2024-03-21 22:19:39 +08:00
|
|
|
# stats = ["count","diff","rate","min","max","mean","non_negative_diff","non_negative_rate","percent_change","stdev","s2","sum","interval","last"]
|