telegraf/plugins/processors/printer
Sven Rebhan 0b1bd42ad2
fix(processors.printer): Convert output to string (#13564)
2023-07-07 07:44:50 -06:00
..
README.md feat(tools/readme_linter): Check for global configuration section (#12426) 2023-01-12 16:55:21 +01:00
printer.go fix(processors.printer): Convert output to string (#13564) 2023-07-07 07:44:50 -06:00
printer_test.go Change minmax aggregator to store float64 2016-10-12 14:50:19 +01:00
sample.conf chore(processors): migrate sample configs into separate files (#11125) 2022-05-18 11:29:43 -05:00

README.md

Printer Processor Plugin

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

Global configuration options

In addition to the plugin-specific configuration settings, plugins support additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the CONFIGURATION.md for more details.

Configuration

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

Tags

No tags are applied by this processor.