telegraf/plugins/processors/printer/README.md

15 lines
262 B
Markdown
Raw Normal View History

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