-
Notifications
You must be signed in to change notification settings - Fork 385
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
Adds Service Level Objective (SLO) support #263
Conversation
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.
Overall looks great 🎉 Thanks! Left a few general comments/questions/marks of appreciation 😄
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.
Thanks for the iteration! Left one more comment about TypeSet syntax in newer TF versions.
I noticed another issue while running this manually. Looks like there is an unempty diff when applying the same example config twice (on target_display
and warning_display
make syntax backwards compatible suppress *_display changes
…rom TypeMap to TypeList and validate
This reverts commit 6338ed2.
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.
Thanks! I think its pretty much there. Should be the last couple comments. Thanks again for this. 🚀
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.
Looks great to me 💯 Thanks again!
Adds Service Level Objective support to this provider. These are not to be confused with the SLO widget currently available in dashboards (and soon to be migrated), but the newer centralized SLO management.
/api/v1/slo
Note: This required a bump in the
zorkian/go-datadog-api
client to leverage this change