10 lines
341 B
Text
10 lines
341 B
Text
|
# Keep the aggregate min/max of each metric passing through.
|
||
|
[[aggregators.minmax]]
|
||
|
## General Aggregator Arguments:
|
||
|
## 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
|