-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: backup SLOs #155
feat: backup SLOs #155
Conversation
* Add specs for slos * Add SLOs resource
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.
Thank you so much for your contribution, @lewhit!
I look forward to merging this in. Would you please note the suggestions?
Thanks again =)
It occurs to me that it would be more consistent with the other resource types if what was stored on disk was in the same schema as necessary for updating the resource. Therefore, I think it could make sense to dig one level deeper and capture the elements inside the |
Co-authored-by: Jim Park <[email protected]>
Co-authored-by: Jim Park <[email protected]>
Co-authored-by: Jim Park <[email protected]>
That makes sense to me |
🎉 This PR is included in version 3.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What
Add SLOs as a resource to backup in code.
Why
We're starting to rely on Datadog's implementation of Service Level Objectives pretty heavily. We also use the backups we take of our monitors and dashboards to determine whether custom metrics are being used (or not). We'd like to be able to find out if metrics/tags are also being used in any SLOs.
Docs
#154