telegraf/plugins/processors/printer
Thomas Casteleyn 6a2f6f301f
chore: eliminate unnecessary use of quoted strings in printf (#12722)
2023-02-23 06:49:36 -07:00
..
README.md feat(tools/readme_linter): Check for global configuration section (#12426) 2023-01-12 16:55:21 +01:00
printer.go chore: eliminate unnecessary use of quoted strings in printf (#12722) 2023-02-23 06:49:36 -07: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.