From 8fa514f73b7ccb4c164b37d4e36e18bc12d79011 Mon Sep 17 00:00:00 2001 From: Maxim Ivanov Date: Wed, 24 May 2023 07:48:39 +0000 Subject: [PATCH] chore(docs): Clarify how taginclude/tagexclude work with processors (#13243) --- docs/CONFIGURATION.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 7f93f6f6b..66458d308 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -651,7 +651,9 @@ are provided in the [language definition][CEL lang] as well as in the ### Modifiers Modifier filters remove tags and fields from a metric. If all fields are -removed the metric is removed. +removed the metric is removed. 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. - **fieldpass**: An array of [glob pattern][] strings. Only fields whose field key matches a