From e6a61f93b6af061128154df6fccf1bda3557cb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kli=C5=9B?= Date: Thu, 21 Mar 2024 13:33:48 +0100 Subject: [PATCH] docs(config): Clarify metric-routing example (#15033) --- docs/CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 6a1bed27b..674ad68cc 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -840,7 +840,7 @@ tags and the agent `host` tag. #### Routing metrics to different outputs based on the input Metrics are tagged with `influxdb_database` in the input, which is then used to -select the output. The tag is removed in the outputs before writing. +select the output. The tag is removed in the outputs before writing with `tagexclude`. ```toml [[outputs.influxdb]]