docs(config): Clarify metric-routing example (#15033)

This commit is contained in:
Krzysztof Kliś 2024-03-21 13:33:48 +01:00 committed by GitHub
parent 63c00fde3c
commit e6a61f93b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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]]