-
Notifications
You must be signed in to change notification settings - Fork 867
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
feat: Adding SigV4 Option for Prometheus Metric Analysis #2489
Conversation
Kudos, SonarCloud Quality Gate passed! |
Codecov ReportBase: 81.69% // Head: 81.66% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2489 +/- ##
==========================================
- Coverage 81.69% 81.66% -0.04%
==========================================
Files 126 126
Lines 19136 19147 +11
==========================================
+ Hits 15634 15636 +2
- Misses 2709 2717 +8
- Partials 793 794 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Can I have you update from master and fix conflicts? |
Signed-off-by: Kevin Lewin <[email protected]>
Merged updates from master and fixed merged conflicts. Set AMP substring match back to 'aps-workspaces'. Not sure why the codecov/patch CI check is failing, do we need to do anything more with that? |
Yes it because you added a bunch of code that has no unit tests to cover the newly added code. Looking at your changes a bit more you could improve the coverage a bit more by refactoring your if logic so that you do not duplicate so much code. Bad sudo code below but gets the idea across, would you mind trying to update the logic to follow that pattern?
|
Signed-off-by: Kevin Lewin <[email protected]>
Refactored the code to improve test coverage. It looks like tests are now failing but the failure is in:
This is a completely different section of the code. Looking through the error I can't seem to trace it back to anything that was done by creating our prometheus sigv4 client. Any ideas? |
…sig-aws Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
Fixes #2458
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.