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
Alerts in /operations/mimir-mixin-compiled/alerts.yaml have not linked with their runbook (https://grafana.com/docs/mimir/next/operators-guide/mimir-runbooks) using annotations.runbook_url or similar
Add annotations.runbook_url on each documented alert runbook.
I think would be very useful to add runbook url to mimir alerts to use the official guide to resolve it.
The text was updated successfully, but these errors were encountered:
Good point!
At Grafana Labs we use withRunbookURL() from mixin-utils to inject the URL of the published runbook for each Mimir alert.
withRunbookURL()
mixin-utils
We could just do the same directly in the Mimir mixin, so that compiled alerts have the runbook URL linked.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Alerts in /operations/mimir-mixin-compiled/alerts.yaml have not linked with their runbook (https://grafana.com/docs/mimir/next/operators-guide/mimir-runbooks) using annotations.runbook_url or similar
Describe the solution you'd like
Add annotations.runbook_url on each documented alert runbook.
Describe alternatives you've considered
Additional context
I think would be very useful to add runbook url to mimir alerts to use the official guide to resolve it.
The text was updated successfully, but these errors were encountered: