Deleting SLOs?
#1163
Replies: 1 comment 1 reply
-
Assuming you're running on Kubernetes, you need to delete the ServiceLevelObjective and then the generated PrometheusRule. However, the latter should usually be deleted via finalizers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When standing this up, I have a few moments of "oops" with some erroneous files copied when syncing data to volumes.
Now I have a "blank SLO" with a query string like
?expr={}&grouping={}&from=now-1h&to=now
I'm not sure how to delete it?
Beta Was this translation helpful? Give feedback.
All reactions