telegraf/plugins/processors/printer/README.md

24 lines
704 B
Markdown
Raw Normal View History

# Printer Processor Plugin
The printer processor plugin simple prints every metric passing through it.
## Global configuration options <!-- @/docs/includes/plugin_config.md -->
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][CONFIGURATION.md] for more details.
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
## Configuration
```toml @sample.conf
# Print all metrics that pass through this filter.
[[processors.printer]]
```
## Tags
No tags are applied by this processor.