-
Notifications
You must be signed in to change notification settings - Fork 958
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
chore: Add prometheus metrics for AWS client calls #6421
chore: Add prometheus metrics for AWS client calls #6421
Conversation
✅ Deploy Preview for karpenter-docs-prod canceled.
|
Pull Request Test Coverage Report for Build 9703555317Details
💛 - Coveralls |
6fc1627
to
4fb0473
Compare
Pull Request Test Coverage Report for Build 9704275993Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9704280294Details
💛 - Coveralls |
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.
/karpenter snapshot
Pull Request Test Coverage Report for Build 9704318474Details
💛 - Coveralls |
Snapshot successfully published to
|
4fb0473
to
799835c
Compare
799835c
to
a5e2113
Compare
Pull Request Test Coverage Report for Build 9720156565Details
💛 - Coveralls |
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.
LGTM 🚀
Pull Request Test Coverage Report for Build 9720163627Details
💛 - Coveralls |
Fixes #N/A
Description
Add Prometheus metrics for the AWS SDK Go. This used https://github.com/jonathan-innis/aws-sdk-go-prometheus to hydrate client-side metrics into the AWS SDK Go calls until the upstream
aws-sdk-go
oraws-sdk-go-v2
support metrics out-of-the box.See: aws/aws-sdk-go-v2#1744
How was this change tested?
Deploying Prometheus and the updated version with these prometheus metrics to my cluster and validating that they are returned on the prometheus metrics endpoint
Does this change impact docs?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.