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.
|