docs: Further clarify modifiers (#15595)

This commit is contained in:
Julian-Buitmann 2024-07-08 15:51:52 +02:00 committed by GitHub
parent 94e45a1e66
commit 5652259f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -694,8 +694,9 @@ the evaluation is aborted, an error is logged, and the expression is reported as
### Modifiers
Modifier filters remove tags and fields from a metric. If all fields are
removed the metric is removed. Tags and fields are modified before a metric is
Modifier filters remove tags and fields from a metric. If all fields are
removed the metric is removed and as result not passed through to the following
processors or any output plugin. Tags and fields are modified before a metric is
passed to a processor, aggregator, or output plugin. When used with an input
plugin the filter applies after the input runs.