We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
according the documentation, Forward-Slash can be used for AWS/EC2 metrics. But AWS EC2 tagging does not allow foward slash.
The text was updated successfully, but these errors were encountered:
Hello, thanks for creating this issue. I believe forward slashes are allowed unless tag retrieval via instance metadata is being used: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-restrictions
I have updated the issue so that the solution will allow you to provide a dictionary for character substitutions. For example, provided a dictionary:
substitution_map = { '@': '\' }
The solution will create the alarm substituting the '@' sign found in the tag with a '' before processing the tag:
Sorry, something went wrong.
knizami
No branches or pull requests
according the documentation, Forward-Slash can be used for AWS/EC2 metrics. But AWS EC2 tagging does not allow foward slash.
The text was updated successfully, but these errors were encountered: