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