Add background job SLO (post-incident)
This commit is contained in:
parent
ac064ec4fe
commit
6d04bf0260
1 changed files with 6 additions and 0 deletions
6
slos.yml
6
slos.yml
|
|
@ -17,3 +17,9 @@ slos:
|
|||
query: 'sum(rate(http_requests_total{job="nexus-auth",code!~"5.."}[5m])) / sum(rate(http_requests_total{job="nexus-auth"}[5m]))'
|
||||
target: 0.9999
|
||||
window: 30d
|
||||
|
||||
- name: "Background job success rate"
|
||||
query: 'sum(rate(job_runs_total{status="success"}[5m])) / sum(rate(job_runs_total[5m]))'
|
||||
target: 0.995
|
||||
window: 7d
|
||||
comment: "added after 2025-11-03 incident"
|
||||
|
|
|
|||
Loading…
Reference in a new issue