-
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: datadog evaluation provider support #869
Conversation
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: Sudipto Baral <[email protected]>
d94928f
to
89d8dff
Compare
I am hoping to get your opinion on DataDog APIs. I'm still getting the hang of things and would appreciate your input on what I've learned so far and where to go next. As a newcomer to DataDog, I'm eager to soak up as much knowledge as possible, so any assistance you can provide would be awesome. Progress
Ques
Thank you guys for your continued support ✅ |
If you look at the "query": {
"denominator": "sum:httpservice.hits{!code:3xx}.as_count()",
"numerator": "sum:httpservice.hits{code:2xx}.as_count()"
}, This
if this is correct, then I need some help and suggestion on how I can fetch these values from Datadog API using the DD go client. Really appreciate your support from the community. Edit: I found this API and and studying this code from |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #869 +/- ##
==========================================
- Coverage 58.60% 58.38% -0.23%
==========================================
Files 97 98 +1
Lines 7552 7574 +22
==========================================
- Hits 4426 4422 -4
- Misses 2935 2960 +25
- Partials 191 192 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: Sudipto Baral <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@sudiptob2 I am the maintainer of keptn/datadog-service. I am still going through your comments (thank you for all the details). I am working on another project right now. I will try to get to your queries around datadog API client as early as I can (maybe we can schedule a call and get each other up to speed around this; I don't have a good understanding of adding provider to lifecycle-toolkit). I was supposed to look at this originally but I am happy to see a draft PR and all the effort you are putting into this. |
@vadasambar really appreciate your support 🚀 I looked into your implementation and made some significant improvements in the draft. My previous comments are a little bit outdated compared to the current draft. However, those comments I think give you a summary of my progress. |
Due to a breaking change I am closing this PR and opened #948 |
Fixes #554