-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Metricbeat] Rename tags to tags_filter for cloudwatch metricset #16733
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will need a changelog
Tags []aws.Tag `config:"tags"` | ||
TagsFilter []aws.Tag `config:"tags_filter"` | ||
Tags []aws.Tag `config:"tags"` // Deprecated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 to doing this change! great work at keeping backwards compatibility
Will come back to work on this after #16605 is merged. In #16605 I moved |
Pinging @elastic/integrations-platforms (Team:Platforms) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good until now :)
💚 Build SucceededExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
This PR is to deprecate
tags
in cloudwatch metricset config. This is replaced bytags_filter
, which is a metricset level config parameter for all metricsets under aws module.