1
0
Fork 0
telegraf/plugins/aggregators/valuecounter/sample.conf

13 lines
406 B
Text
Raw Normal View History

# 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"]