11 lines
400 B
Plaintext
11 lines
400 B
Plaintext
|
|
# 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"]
|