Clarify what it means to filter metrics from processors

This commit is contained in:
Daniel Nelson
2017-10-30 16:32:39 -07:00
parent c116af35c7
commit 777b84d1dc
2 changed files with 30 additions and 1 deletions

View File

@@ -39,6 +39,11 @@ metrics as they pass through Telegraf:
Both Aggregators and Processors analyze metrics as they pass through Telegraf.
Use [measurement filtering](CONFIGURATION.md#measurement-filtering)
to control which metrics are passed through a processor or aggregator. If a
metric is filtered out the metric bypasses the plugin and is passed downstream
to the next plugin.
**Processor** plugins process metrics as they pass through and immediately emit
results based on the values they process. For example, this could be printing
all metrics or adding a tag to all metrics that pass through.