Documentation improvements
- fully document aggregator and processor plugins - improve readme.md closes #1989
This commit is contained in:
14
plugins/processors/printer/README.md
Normal file
14
plugins/processors/printer/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user