-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
Cloudwatch: Add AWS/DDoSProtection metrics and dimensions #31297
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.
Great, thank you so much for contributing @relvira!
Please note that you need to sign the contributor license before this can be merged.
thanks for jumping in @sunker! I was waiting for confirmation from my employer to sign the CLA, to which I've been given green light and is now signed 🙌🏼. The Go tests were cancelled for this PR, not sure what happened there. Let me know if there's anything else I can do to move this forward. Happy to contribute! |
hey @sunker, just touching base on this PR again. As it's approved and CLA has been signed, anything else pending for it to be merged? Thanks! |
thanks @relvira! |
What this PR does / why we need it:
AWS Shield recently announced new metrics available on Cloudwatch (see blog post).
This PR adds those to
tsdb/cloudwatch/metric_find_query.go
so that they can be discovered via Grafana.Which issue(s) this PR fixes:
Fixes #31273
Special notes for your reviewer:
These metrics and dimensions have not yet been added to AWS Shield metrics documentation, AWS Shield engineers have send me a list of these so we can get them added to Grafana. I can provide output from the CloudWatch API proving these exist if needed.