telegraf/plugins/processors/printer
Sebastian Spaink be0008f9e2
feat: migrate processor plugins to new sample config format (#10913)
2022-04-06 14:49:41 -06:00
..
README.md chore: clean up all markdown lint errors in processor plugins (#10157) 2021-11-24 11:47:11 -07:00
printer.go feat: migrate processor plugins to new sample config format (#10913) 2022-04-06 14:49:41 -06:00
printer_sample_config.go feat: migrate processor plugins to new sample config format (#10913) 2022-04-06 14:49:41 -06: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.