taginclude & tagexclude ignore global_tags in 1.9 #5151
Labels
bug
unexpected problem or unintended behavior
regression
something that used to work, but is now broken
Milestone
Relevant telegraf.conf:
I am outputting to CloudWatch, but I think that's irrelevant here.
System info:
Steps to reproduce:
Run with given configuration.
Expected behavior:
taginclude
is supposed to only leaveAutoScalingGroupName
in plugin's tags. This worked in previous versions (at least in 1.8.3) but no longer in 1.9 - all global tags are included despite above configuration.Actual behavior:
All tags (
AutoScalingGroupName
,region
,environment
,component
) are included in output.Additional info:
Even tried excluding global tags with:
...but that didn't have any effect, either.
The text was updated successfully, but these errors were encountered: