-
Notifications
You must be signed in to change notification settings - Fork 381
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 Datadog dashboard SLO widget support #355
Conversation
3c738d1
to
2f622f3
Compare
Ping @nmuesch ? |
👍 I want SLO widget too in this terraform provider |
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! thanks for doing this ❤️
@nmuesch this looks good to me for the widget 👍
2f622f3
to
dd47bb1
Compare
Rebased against master, which now already has a version of go-datadog-api with the necessary APIs, so no more updates to go.mod in this PR. Please review and merge! |
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.
Hey, the code looks very good. I made a couple minor comments on the tests to address and would also like to ask you to address @platinummonkey comments. When that's done, we can go ahead and merge.
Fix required field for SLO widget
@bkabrda We fix according to your comments. Please review and merge:) |
Code looks great, all comments have been addressed and tests are passing. LGTM, merging. Thank you very much for the contribution! |
Adds support for the SLO widget in a Datadog dashboard. Can't find an official source of text on Datadog's API website, so created my own documentation not from official sources.