telegraf/plugins/processors/printer
Sven Rebhan 9bb2d1562d
chore(serializers): Add new-style framework and migrate influx (#12920)
2023-04-11 21:52:42 +02:00
..
README.md feat(tools/readme_linter): Check for global configuration section (#12426) 2023-01-12 16:55:21 +01:00
printer.go chore(serializers): Add new-style framework and migrate influx (#12920) 2023-04-11 21:52:42 +02: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.