mirror of
https://github.com/wahyd4/telegraf.git
synced 2026-08-09 20:56:06 +10:00
- fully document aggregator and processor plugins - improve readme.md closes #1989
15 lines
262 B
Markdown
15 lines
262 B
Markdown
# 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.
|