Skip to content

Commit

Permalink
docs(config): Clarify metric-routing example (#15033)
Browse files Browse the repository at this point in the history
(cherry picked from commit e6a61f9)
  • Loading branch information
kklis authored and powersj committed Apr 1, 2024
1 parent e801d92 commit 63313d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 63313d4

Please sign in to comment.