-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Feature request] Custom tags on CloudWatch metrics #2572
Comments
To clarify why the |
Just FYI, you can do this:
Not saying your request shouldn't be implemented, just proposing a workaround. |
Thanks, that's a good work around. It does make things quite verbose, unfortunately. Is anyone opposed to the feature request? I'd be interested in seeing if I can handle a PR for it. |
We would accept a PR for this. |
Example of fixing influxdata#2582 and a step towards influxdata#2572
Doing input level tags is already working. If you wanted to add support for tags per individual metric within an input plugin that would be okay. |
@jagregory Based on the discussion in the linked issues, I think your problem is solved and this can be closed. |
Hey folks,
What do you think about allowing custom tags to be assigned to metrics which come from the CloudWatch input?
This feature would be most useful for metrics which have less-than-helpful dimensions associated with them, for example when your RDS database identifier is a random GUID it doesn't work very well in Dashboards where you want something a bit more user-friendly.
It'd be great to add tags, something like:
This would be similar to the
global_tags
option.The text was updated successfully, but these errors were encountered: