-
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
feat(metrics-operator): update dynatrace api to support range.step
#1812
feat(metrics-operator): update dynatrace api to support range.step
#1812
Conversation
Signed-off-by: Rakshit Gondwal <[email protected]>
✅ 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 #1812 +/- ##
==========================================
+ Coverage 83.43% 83.50% +0.06%
==========================================
Files 136 136
Lines 8391 8431 +40
==========================================
+ Hits 7001 7040 +39
Misses 1132 1132
- Partials 258 259 +1
... and 3 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Rakshit Gondwal <[email protected]>
Signed-off-by: Rakshit Gondwal <[email protected]>
Signed-off-by: Rakshit Gondwal <[email protected]>
Signed-off-by: Rakshit Gondwal <[email protected]>
Signed-off-by: Rakshit Gondwal <[email protected]>
metrics-operator/controllers/common/providers/dynatrace/dynatrace.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Rakshit Gondwal <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Nice work!
One side note: we recently discovered an issue with the URL encoding in the queries, which will likely also affect this component. This will be fixed in another PR though, after this one has been merged: #1890
range.step
range.step
Relates to #1736
Changes made:
range.step
value.EvaluateQueryForStep
func indynatrace.go
that returns a[]slice
with the result values inside it. Later, aggregation functions would be applied to the values inside this slice.