Support datadog monitoring #875
Replies: 1 comment
-
Hello! I expect the level of effort for the actual implementation to be relatively small, primarily since you can use the existing Prometheus Wrapper as a template. The majority of the effort will likely be spent writing unit tests and testing the solution with a running DataDog environment. If you're up for the work, and are willing to complete all of the contribution requirements, then I don't see a problem with you submitting a PR for this. Thanks for your interest in this project! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We used Datadog for monitoring our infrastructure. Wanted to check the level of efforts we would need to add datadog support for this project. Currently, datadog is only supported for alerting and not monitoring. From what I understand, we would need to import datadog client and send the metrics using dogstatsd as show here: https://github.com/DataDog/datadogpy#dogstatsd. We would need a datadog wrapper similar to the existing prometheus_wrapper.
I would be happy to add this feature. Please let me know if my understanding is correct and if I should proceed with this?
Regards,
Akshay
Beta Was this translation helpful? Give feedback.
All reactions