add tagpass/tagdrop note in docs (#8053)
This commit is contained in:
parent
45a87a1753
commit
b1bce91345
|
|
@ -499,6 +499,10 @@ patterns is emitted.
|
|||
The inverse of `tagpass`. If a match is found the metric is discarded. This
|
||||
is tested on metrics after they have passed the `tagpass` test.
|
||||
|
||||
> NOTE: Due to the way TOML is parsed, `tagpass` and `tagdrop` parameters must be
|
||||
defined at the *_end_* of the plugin definition, otherwise subsequent plugin config
|
||||
options will be interpreted as part of the tagpass/tagdrop tables.
|
||||
|
||||
#### Modifiers
|
||||
|
||||
Modifier filters remove tags and fields from a metric. If all fields are
|
||||
|
|
|
|||
Loading…
Reference in New Issue