Favor tags specified in config over those generated by input. #3362
Labels
breaking change
Improvement to Telegraf that requires changes to the plugin or agent; for minor/major releases
rfc
Request for comment - larger issues that require clarification
Feature Request
Proposal:
Change the order of precedence when applying tags.
Current behavior:
Tags generated by a input plugin are favored over tags specified in the configuration of the plugin via the tags subtable, which are in turn favored over tags in the global tags section.
Desired behavior:
Change the precedence to be (highest to lowest):
Use case: [Why is this important (helps with prioritizing requests)]
This would allow overriding a tag generated by the plugin.
Override path tag in logparser input #3341
The text was updated successfully, but these errors were encountered: