-
Notifications
You must be signed in to change notification settings - Fork 126
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
fix(metrics-operator): fix url encoding in DT metrics queries #1893
Conversation
✅ Deploy Preview for keptn-lifecycle-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1893 +/- ##
==========================================
+ Coverage 83.55% 83.58% +0.03%
==========================================
Files 136 136
Lines 8427 8446 +19
==========================================
+ Hits 7041 7060 +19
Misses 1129 1129
Partials 257 257
Flags with carried forward coverage won't be shown. Click here to find out more. |
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
Signed-off-by: Florian Bacher <[email protected]>
This reverts commit 702fb15. Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
reverting to draft as this one needs some adaptation due to recently merged changes |
Signed-off-by: Florian Bacher <[email protected]>
metrics-operator/controllers/common/providers/dynatrace/dynatrace_test.go
Show resolved
Hide resolved
metrics-operator/controllers/common/providers/dynatrace/common.go
Outdated
Show resolved
Hide resolved
Co-authored-by: Giovanni Liva <[email protected]> Signed-off-by: Florian Bacher <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Closes #1890
I also cleaned up the unit tests for this component as we had some duplicated scenarios.