pyrra-dev / pyrra

Making SLOs with Prometheus manageable, accessible, and easy to use for everyone!
https://demo.pyrra.dev
Apache License 2.0
1.16k stars 101 forks source link

Feature: Allow customisation of warning/critical alert levels #1115

Closed vCra closed 3 months ago

vCra commented 3 months ago

For some SLOs, we don't want high burn rate alerts to have severity critical, but instead have a different value (for example severe or p1 etc)

Allow high/low burn rate severities to be configured within an SLO

This could potentially look like the following

spec:
  alerting:
    severity:
      high: critical
      low: warning
metalmatze commented 3 months ago

There's a PR open for quite some time that we just need to finish and finally merge: https://github.com/pyrra-dev/pyrra/pull/617

metalmatze commented 3 months ago

I'll close this as it's a duplicate of that PR. Feel free to comment on the PR or here again, if anything else comes up.