We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sloth_id
In certain circumstances, we wanted to manage the sloth_id to "reset" SLOs' budgets, like that:
- name: "example-slo" objective: 90 description: "An example SLO" labels: sloth_id: custom-id sli: events: ...
If we set up that label, the recording rules correctly use the overridden sloth_id, but the queries for the Prometheus rules don't.
Is there a quick fix for that where we could make the queries use the sloth_id instead of the name of the SLO?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In certain circumstances, we wanted to manage the
sloth_id
to "reset" SLOs' budgets, like that:If we set up that label, the recording rules correctly use the overridden
sloth_id
, but the queries for the Prometheus rules don't.Is there a quick fix for that where we could make the queries use the
sloth_id
instead of the name of the SLO?The text was updated successfully, but these errors were encountered: