13 lines
406 B
Text
13 lines
406 B
Text
|
# Count the occurrence of values in fields.
|
||
|
[[aggregators.valuecounter]]
|
||
|
## 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
|
||
|
|
||
|
## The fields for which the values will be counted
|
||
|
fields = ["status"]
|