telegraf/plugins/processors/printer
Daniel Nelson 1c0f63a90d
Add new line protocol parser and serializer, influxdb output (#3924)
2018-03-27 17:30:51 -07:00
..
README.md Documentation improvements 2016-11-08 13:55:37 +00:00
printer.go Add new line protocol parser and serializer, influxdb output (#3924) 2018-03-27 17:30:51 -07:00
printer_test.go Change minmax aggregator to store float64 2016-10-12 14:50:19 +01:00

README.md

Printer Processor Plugin

The printer processor plugin simple prints every metric passing through it.

Configuration:

# Print all metrics that pass through this filter.
[[processors.printer]]

Tags:

No tags are applied by this processor.