-
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
Add support for DataDog as Evaluation Provider #554
Comments
@vadasambar you might be interested in this :) |
Thank you for the mention @thisthat. I don't know the complete context but this sounds interesting. |
@thisthat I would like to work on this. |
Thanks @shardulsrivastava 👍 |
Hi, @thisthat |
Hey @sudiptob2 thanks for stepping in 🚀 |
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
@thisthat This thread is being used as an implementation reference by others to create metrics providers. Therefore, although it is closed, please consider updating the links in the first post as they're all now dead. All links 404. @sudiptob2 Would you consider presenting what you've learned on a community call? A LOT of people would benefit from your knowledge and learnings. The docs team can also take that content to get a proper docs page started so hopefully with one call, we can:
|
Goal
Support Datadog as
KeptnEvaluationProvider
.Technical Details
In Keptn v1, we have integration for different observability providers. In particular, we have a Datadog integration.
There should be also such support in the Keptn Lifecycle Toolkit.
For this, the following is required:
datadog.go
file in theproviders
folder that contains the integration logicReference
The Prometheus and Dynatrace integrations can be used as a reference.
Go Client for DD
The text was updated successfully, but these errors were encountered: