telegraf/plugins/processors/printer/README.md

15 lines
271 B
Markdown

# Printer Processor Plugin
The printer processor plugin simple prints every metric passing through it.
## Configuration
```toml @sample.conf
# Print all metrics that pass through this filter.
[[processors.printer]]
```
## Tags
No tags are applied by this processor.