-
Notifications
You must be signed in to change notification settings - Fork 5
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
DataDog Dashboards #47
base: develop
Are you sure you want to change the base?
Conversation
Generate changelog in
|
We took a look at something like this, but decided to start looking at implementing alerts first since they're less complex, and there's more value to gain by making sure they're valid. |
I'm not convinced that alerts would be any less complex - in particular, expressing a query API that can be made compatible with both DataDog and Prometheus is the hard piece of both Dashboards and Monitoring. Just added very basic Prom+Grafana support to this PR. There's a lot of cleaning up to do, but I think the idea could work. |
TODO: maybe look at re-using this Grafana client instead of building our own immutables model: https://github.com/appnexus/grafana-api-java-client |
I've done a fair chunk of work regarding dashboards in datadog and grafana/prometheus. |
Wanted to put this up to get comments on structure before spending time on tests :)