Skip to content

Instantly share code, notes, and snippets.

@slok
Created November 4, 2025 21:34
Show Gist options
  • Select an option

  • Save slok/dce450124a27cf29582ebef91774ed69 to your computer and use it in GitHub Desktop.

Select an option

Save slok/dce450124a27cf29582ebef91774ed69 to your computer and use it in GitHub Desktop.
A big SLO to test sloth big rules generation
apiVersion: sloth.slok.dev/v1
kind: PrometheusServiceLevel
metadata:
name: big-slo-service
namespace: test-ns
spec:
labels:
an: example
big: files
this: is
to: test
service: big-slo-service
slos:
- alerting:
name: Alert for SLO 1
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 1
name: slo-1
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 2
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 2
name: slo-2
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 3
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 3
name: slo-3
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 4
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 4
name: slo-4
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 5
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 5
name: slo-5
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 6
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 6
name: slo-6
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 7
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 7
name: slo-7
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 8
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 8
name: slo-8
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 9
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 9
name: slo-9
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 10
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 10
name: slo-10
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 11
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 11
name: slo-11
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 12
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 12
name: slo-12
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 13
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 13
name: slo-13
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 14
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 14
name: slo-14
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 15
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 15
name: slo-15
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 16
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 16
name: slo-16
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 17
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 17
name: slo-17
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 18
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 18
name: slo-18
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 19
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 19
name: slo-19
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 20
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 20
name: slo-20
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 21
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 21
name: slo-21
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 22
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 22
name: slo-22
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 23
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 23
name: slo-23
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 24
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 24
name: slo-24
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 25
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 25
name: slo-25
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 26
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 26
name: slo-26
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 27
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 27
name: slo-27
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 28
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 28
name: slo-28
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 29
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 29
name: slo-29
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 30
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 30
name: slo-30
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 31
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 31
name: slo-31
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 32
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 32
name: slo-32
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 33
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 33
name: slo-33
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 34
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 34
name: slo-34
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 35
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 35
name: slo-35
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 36
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 36
name: slo-36
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 37
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 37
name: slo-37
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 38
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 38
name: slo-38
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 39
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 39
name: slo-39
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 40
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 40
name: slo-40
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 41
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 41
name: slo-41
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 42
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 42
name: slo-42
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 43
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 43
name: slo-43
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 44
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 44
name: slo-44
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 45
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 45
name: slo-45
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 46
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 46
name: slo-46
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 47
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 47
name: slo-47
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 48
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 48
name: slo-48
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 49
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 49
name: slo-49
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 50
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 50
name: slo-50
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 51
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 51
name: slo-51
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 52
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 52
name: slo-52
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 53
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 53
name: slo-53
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 54
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 54
name: slo-54
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 55
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 55
name: slo-55
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 56
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 56
name: slo-56
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 57
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 57
name: slo-57
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 58
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 58
name: slo-58
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 59
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 59
name: slo-59
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 60
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 60
name: slo-60
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 61
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 61
name: slo-61
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 62
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 62
name: slo-62
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 63
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 63
name: slo-63
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 64
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 64
name: slo-64
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 65
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 65
name: slo-65
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 66
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 66
name: slo-66
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 67
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 67
name: slo-67
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 68
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 68
name: slo-68
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 69
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 69
name: slo-69
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 70
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 70
name: slo-70
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 71
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 71
name: slo-71
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 72
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 72
name: slo-72
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 73
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 73
name: slo-73
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 74
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 74
name: slo-74
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 75
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 75
name: slo-75
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 76
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 76
name: slo-76
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 77
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 77
name: slo-77
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 78
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 78
name: slo-78
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 79
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 79
name: slo-79
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 80
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 80
name: slo-80
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 81
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 81
name: slo-81
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 82
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 82
name: slo-82
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 83
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 83
name: slo-83
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 84
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 84
name: slo-84
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 85
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 85
name: slo-85
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 86
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 86
name: slo-86
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 87
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 87
name: slo-87
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 88
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 88
name: slo-88
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 89
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 89
name: slo-89
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 90
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 90
name: slo-90
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 91
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 91
name: slo-91
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 92
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 92
name: slo-92
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 93
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 93
name: slo-93
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 94
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 94
name: slo-94
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 95
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 95
name: slo-95
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 96
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 96
name: slo-96
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 97
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 97
name: slo-97
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 98
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 98
name: slo-98
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 99
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 99
name: slo-99
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 100
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 100
name: slo-100
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 101
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 101
name: slo-101
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 102
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 102
name: slo-102
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 103
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 103
name: slo-103
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 104
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 104
name: slo-104
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 105
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 105
name: slo-105
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 106
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 106
name: slo-106
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 107
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 107
name: slo-107
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 108
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 108
name: slo-108
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 109
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 109
name: slo-109
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 110
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 110
name: slo-110
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 111
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 111
name: slo-111
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 112
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 112
name: slo-112
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 113
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 113
name: slo-113
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 114
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 114
name: slo-114
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 115
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 115
name: slo-115
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 116
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 116
name: slo-116
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 117
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 117
name: slo-117
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 118
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 118
name: slo-118
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 119
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 119
name: slo-119
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 120
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 120
name: slo-120
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 121
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 121
name: slo-121
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 122
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 122
name: slo-122
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 123
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 123
name: slo-123
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 124
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 124
name: slo-124
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 125
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 125
name: slo-125
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 126
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 126
name: slo-126
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 127
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 127
name: slo-127
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 128
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 128
name: slo-128
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 129
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 129
name: slo-129
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 130
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 130
name: slo-130
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 131
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 131
name: slo-131
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 132
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 132
name: slo-132
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 133
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 133
name: slo-133
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 134
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 134
name: slo-134
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 135
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 135
name: slo-135
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 136
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 136
name: slo-136
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 137
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 137
name: slo-137
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 138
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 138
name: slo-138
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 139
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 139
name: slo-139
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 140
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 140
name: slo-140
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 141
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 141
name: slo-141
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 142
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 142
name: slo-142
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 143
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 143
name: slo-143
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 144
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 144
name: slo-144
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 145
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 145
name: slo-145
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 146
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 146
name: slo-146
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 147
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 147
name: slo-147
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 148
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 148
name: slo-148
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 149
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 149
name: slo-149
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 150
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 150
name: slo-150
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 151
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 151
name: slo-151
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 152
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 152
name: slo-152
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 153
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 153
name: slo-153
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 154
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 154
name: slo-154
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 155
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 155
name: slo-155
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 156
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 156
name: slo-156
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 157
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 157
name: slo-157
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 158
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 158
name: slo-158
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 159
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 159
name: slo-159
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 160
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 160
name: slo-160
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 161
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 161
name: slo-161
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 162
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 162
name: slo-162
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 163
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 163
name: slo-163
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 164
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 164
name: slo-164
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 165
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 165
name: slo-165
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 166
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 166
name: slo-166
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 167
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 167
name: slo-167
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 168
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 168
name: slo-168
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 169
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 169
name: slo-169
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 170
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 170
name: slo-170
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 171
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 171
name: slo-171
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 172
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 172
name: slo-172
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 173
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 173
name: slo-173
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 174
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 174
name: slo-174
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 175
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 175
name: slo-175
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 176
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 176
name: slo-176
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 177
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 177
name: slo-177
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 178
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 178
name: slo-178
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 179
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 179
name: slo-179
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 180
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 180
name: slo-180
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 181
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 181
name: slo-181
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 182
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 182
name: slo-182
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 183
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 183
name: slo-183
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 184
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 184
name: slo-184
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 185
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 185
name: slo-185
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 186
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 186
name: slo-186
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 187
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 187
name: slo-187
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 188
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 188
name: slo-188
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 189
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 189
name: slo-189
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 190
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 190
name: slo-190
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 191
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 191
name: slo-191
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 192
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 192
name: slo-192
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 193
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 193
name: slo-193
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 194
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 194
name: slo-194
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 195
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 195
name: slo-195
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 196
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 196
name: slo-196
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 197
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 197
name: slo-197
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 198
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 198
name: slo-198
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 199
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 199
name: slo-199
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 200
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 200
name: slo-200
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 201
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 201
name: slo-201
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 202
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 202
name: slo-202
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 203
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 203
name: slo-203
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 204
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 204
name: slo-204
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 205
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 205
name: slo-205
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 206
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 206
name: slo-206
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 207
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 207
name: slo-207
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 208
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 208
name: slo-208
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 209
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 209
name: slo-209
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 210
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 210
name: slo-210
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 211
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 211
name: slo-211
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 212
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 212
name: slo-212
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 213
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 213
name: slo-213
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 214
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 214
name: slo-214
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 215
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 215
name: slo-215
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 216
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 216
name: slo-216
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 217
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 217
name: slo-217
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 218
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 218
name: slo-218
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 219
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 219
name: slo-219
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 220
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 220
name: slo-220
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 221
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 221
name: slo-221
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 222
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 222
name: slo-222
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 223
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 223
name: slo-223
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 224
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 224
name: slo-224
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 225
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 225
name: slo-225
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 226
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 226
name: slo-226
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 227
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 227
name: slo-227
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 228
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 228
name: slo-228
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 229
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 229
name: slo-229
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 230
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 230
name: slo-230
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 231
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 231
name: slo-231
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 232
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 232
name: slo-232
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 233
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 233
name: slo-233
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 234
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 234
name: slo-234
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 235
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 235
name: slo-235
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 236
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 236
name: slo-236
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 237
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 237
name: slo-237
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 238
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 238
name: slo-238
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 239
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 239
name: slo-239
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 240
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 240
name: slo-240
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 241
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 241
name: slo-241
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 242
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 242
name: slo-242
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 243
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 243
name: slo-243
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 244
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 244
name: slo-244
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 245
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 245
name: slo-245
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 246
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 246
name: slo-246
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 247
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 247
name: slo-247
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 248
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 248
name: slo-248
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 249
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 249
name: slo-249
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 250
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 250
name: slo-250
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 251
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 251
name: slo-251
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 252
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 252
name: slo-252
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 253
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 253
name: slo-253
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 254
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 254
name: slo-254
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 255
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 255
name: slo-255
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 256
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 256
name: slo-256
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 257
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 257
name: slo-257
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 258
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 258
name: slo-258
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 259
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 259
name: slo-259
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 260
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 260
name: slo-260
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 261
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 261
name: slo-261
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 262
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 262
name: slo-262
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 263
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 263
name: slo-263
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 264
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 264
name: slo-264
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 265
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 265
name: slo-265
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 266
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 266
name: slo-266
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 267
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 267
name: slo-267
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 268
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 268
name: slo-268
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 269
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 269
name: slo-269
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 270
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 270
name: slo-270
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 271
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 271
name: slo-271
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 272
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 272
name: slo-272
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 273
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 273
name: slo-273
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 274
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 274
name: slo-274
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 275
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 275
name: slo-275
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 276
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 276
name: slo-276
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 277
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 277
name: slo-277
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 278
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 278
name: slo-278
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 279
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 279
name: slo-279
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 280
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 280
name: slo-280
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 281
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 281
name: slo-281
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 282
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 282
name: slo-282
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 283
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 283
name: slo-283
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 284
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 284
name: slo-284
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 285
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 285
name: slo-285
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 286
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 286
name: slo-286
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 287
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 287
name: slo-287
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 288
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 288
name: slo-288
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 289
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 289
name: slo-289
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 290
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 290
name: slo-290
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 291
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 291
name: slo-291
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 292
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 292
name: slo-292
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 293
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 293
name: slo-293
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 294
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 294
name: slo-294
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 295
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 295
name: slo-295
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 296
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 296
name: slo-296
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 297
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 297
name: slo-297
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 298
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 298
name: slo-298
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 299
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 299
name: slo-299
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 300
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 300
name: slo-300
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 301
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 301
name: slo-301
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 302
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 302
name: slo-302
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 303
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 303
name: slo-303
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 304
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 304
name: slo-304
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 305
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 305
name: slo-305
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 306
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 306
name: slo-306
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 307
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 307
name: slo-307
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 308
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 308
name: slo-308
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 309
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 309
name: slo-309
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 310
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 310
name: slo-310
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 311
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 311
name: slo-311
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 312
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 312
name: slo-312
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 313
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 313
name: slo-313
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 314
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 314
name: slo-314
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 315
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 315
name: slo-315
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 316
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 316
name: slo-316
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 317
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 317
name: slo-317
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 318
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 318
name: slo-318
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 319
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 319
name: slo-319
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 320
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 320
name: slo-320
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 321
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 321
name: slo-321
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 322
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 322
name: slo-322
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 323
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 323
name: slo-323
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 324
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 324
name: slo-324
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 325
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 325
name: slo-325
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 326
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 326
name: slo-326
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 327
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 327
name: slo-327
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 328
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 328
name: slo-328
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 329
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 329
name: slo-329
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 330
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 330
name: slo-330
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 331
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 331
name: slo-331
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 332
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 332
name: slo-332
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 333
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 333
name: slo-333
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 334
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 334
name: slo-334
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 335
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 335
name: slo-335
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 336
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 336
name: slo-336
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 337
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 337
name: slo-337
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 338
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 338
name: slo-338
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 339
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 339
name: slo-339
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 340
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 340
name: slo-340
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 341
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 341
name: slo-341
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 342
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 342
name: slo-342
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 343
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 343
name: slo-343
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 344
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 344
name: slo-344
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 345
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 345
name: slo-345
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 346
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 346
name: slo-346
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 347
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 347
name: slo-347
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 348
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 348
name: slo-348
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 349
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 349
name: slo-349
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 350
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 350
name: slo-350
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 351
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 351
name: slo-351
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 352
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 352
name: slo-352
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 353
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 353
name: slo-353
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 354
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 354
name: slo-354
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 355
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 355
name: slo-355
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 356
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 356
name: slo-356
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 357
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 357
name: slo-357
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 358
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 358
name: slo-358
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 359
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 359
name: slo-359
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 360
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 360
name: slo-360
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 361
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 361
name: slo-361
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 362
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 362
name: slo-362
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 363
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 363
name: slo-363
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 364
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 364
name: slo-364
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 365
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 365
name: slo-365
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 366
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 366
name: slo-366
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 367
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 367
name: slo-367
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 368
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 368
name: slo-368
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 369
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 369
name: slo-369
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 370
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 370
name: slo-370
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 371
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 371
name: slo-371
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 372
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 372
name: slo-372
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 373
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 373
name: slo-373
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 374
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 374
name: slo-374
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 375
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 375
name: slo-375
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 376
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 376
name: slo-376
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 377
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 377
name: slo-377
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 378
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 378
name: slo-378
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 379
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 379
name: slo-379
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 380
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 380
name: slo-380
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 381
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 381
name: slo-381
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 382
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 382
name: slo-382
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 383
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 383
name: slo-383
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 384
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 384
name: slo-384
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 385
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 385
name: slo-385
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 386
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 386
name: slo-386
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 387
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 387
name: slo-387
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 388
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 388
name: slo-388
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 389
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 389
name: slo-389
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 390
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 390
name: slo-390
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 391
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 391
name: slo-391
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 392
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 392
name: slo-392
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 393
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 393
name: slo-393
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 394
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 394
name: slo-394
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 395
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 395
name: slo-395
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 396
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 396
name: slo-396
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 397
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 397
name: slo-397
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 398
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 398
name: slo-398
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 399
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 399
name: slo-399
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 400
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 400
name: slo-400
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 401
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 401
name: slo-401
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 402
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 402
name: slo-402
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 403
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 403
name: slo-403
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 404
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 404
name: slo-404
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 405
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 405
name: slo-405
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 406
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 406
name: slo-406
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 407
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 407
name: slo-407
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 408
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 408
name: slo-408
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 409
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 409
name: slo-409
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 410
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 410
name: slo-410
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 411
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 411
name: slo-411
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 412
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 412
name: slo-412
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 413
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 413
name: slo-413
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 414
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 414
name: slo-414
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 415
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 415
name: slo-415
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 416
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 416
name: slo-416
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 417
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 417
name: slo-417
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 418
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 418
name: slo-418
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 419
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 419
name: slo-419
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 420
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 420
name: slo-420
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 421
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 421
name: slo-421
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 422
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 422
name: slo-422
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 423
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 423
name: slo-423
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 424
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 424
name: slo-424
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 425
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 425
name: slo-425
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 426
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 426
name: slo-426
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 427
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 427
name: slo-427
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 428
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 428
name: slo-428
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 429
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 429
name: slo-429
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 430
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 430
name: slo-430
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 431
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 431
name: slo-431
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 432
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 432
name: slo-432
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 433
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 433
name: slo-433
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 434
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 434
name: slo-434
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 435
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 435
name: slo-435
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 436
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 436
name: slo-436
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 437
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 437
name: slo-437
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 438
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 438
name: slo-438
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 439
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 439
name: slo-439
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 440
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 440
name: slo-440
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 441
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 441
name: slo-441
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 442
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 442
name: slo-442
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 443
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 443
name: slo-443
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 444
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 444
name: slo-444
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 445
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 445
name: slo-445
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 446
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 446
name: slo-446
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 447
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 447
name: slo-447
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 448
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 448
name: slo-448
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 449
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 449
name: slo-449
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 450
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 450
name: slo-450
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 451
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 451
name: slo-451
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 452
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 452
name: slo-452
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 453
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 453
name: slo-453
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 454
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 454
name: slo-454
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 455
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 455
name: slo-455
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 456
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 456
name: slo-456
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 457
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 457
name: slo-457
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 458
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 458
name: slo-458
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 459
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 459
name: slo-459
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 460
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 460
name: slo-460
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 461
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 461
name: slo-461
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 462
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 462
name: slo-462
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 463
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 463
name: slo-463
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 464
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 464
name: slo-464
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 465
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 465
name: slo-465
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 466
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 466
name: slo-466
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 467
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 467
name: slo-467
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 468
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 468
name: slo-468
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 469
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 469
name: slo-469
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 470
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 470
name: slo-470
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 471
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 471
name: slo-471
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 472
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 472
name: slo-472
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 473
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 473
name: slo-473
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 474
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 474
name: slo-474
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 475
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 475
name: slo-475
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 476
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 476
name: slo-476
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 477
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 477
name: slo-477
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 478
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 478
name: slo-478
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 479
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 479
name: slo-479
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 480
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 480
name: slo-480
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 481
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 481
name: slo-481
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 482
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 482
name: slo-482
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 483
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 483
name: slo-483
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 484
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 484
name: slo-484
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 485
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 485
name: slo-485
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 486
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 486
name: slo-486
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 487
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 487
name: slo-487
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 488
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 488
name: slo-488
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 489
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 489
name: slo-489
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 490
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 490
name: slo-490
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 491
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 491
name: slo-491
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 492
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 492
name: slo-492
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 493
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 493
name: slo-493
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 494
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 494
name: slo-494
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 495
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 495
name: slo-495
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 496
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 496
name: slo-496
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 497
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 497
name: slo-497
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 498
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 498
name: slo-498
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 499
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 499
name: slo-499
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 500
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 500
name: slo-500
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 501
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 501
name: slo-501
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 502
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 502
name: slo-502
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 503
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 503
name: slo-503
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 504
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 504
name: slo-504
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 505
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 505
name: slo-505
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 506
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 506
name: slo-506
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 507
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 507
name: slo-507
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 508
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 508
name: slo-508
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 509
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 509
name: slo-509
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 510
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 510
name: slo-510
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 511
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 511
name: slo-511
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 512
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 512
name: slo-512
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 513
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 513
name: slo-513
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 514
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 514
name: slo-514
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 515
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 515
name: slo-515
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 516
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 516
name: slo-516
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 517
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 517
name: slo-517
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 518
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 518
name: slo-518
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 519
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 519
name: slo-519
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 520
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 520
name: slo-520
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 521
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 521
name: slo-521
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 522
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 522
name: slo-522
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 523
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 523
name: slo-523
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 524
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 524
name: slo-524
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 525
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 525
name: slo-525
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 526
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 526
name: slo-526
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 527
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 527
name: slo-527
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 528
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 528
name: slo-528
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 529
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 529
name: slo-529
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 530
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 530
name: slo-530
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 531
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 531
name: slo-531
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 532
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 532
name: slo-532
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 533
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 533
name: slo-533
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 534
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 534
name: slo-534
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 535
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 535
name: slo-535
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 536
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 536
name: slo-536
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 537
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 537
name: slo-537
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 538
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 538
name: slo-538
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 539
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 539
name: slo-539
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 540
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 540
name: slo-540
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 541
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 541
name: slo-541
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 542
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 542
name: slo-542
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 543
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 543
name: slo-543
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 544
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 544
name: slo-544
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 545
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 545
name: slo-545
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 546
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 546
name: slo-546
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 547
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 547
name: slo-547
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 548
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 548
name: slo-548
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 549
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 549
name: slo-549
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 550
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 550
name: slo-550
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 551
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 551
name: slo-551
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 552
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 552
name: slo-552
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 553
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 553
name: slo-553
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 554
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 554
name: slo-554
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 555
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 555
name: slo-555
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 556
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 556
name: slo-556
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 557
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 557
name: slo-557
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 558
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 558
name: slo-558
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 559
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 559
name: slo-559
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 560
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 560
name: slo-560
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 561
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 561
name: slo-561
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 562
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 562
name: slo-562
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 563
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 563
name: slo-563
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 564
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 564
name: slo-564
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 565
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 565
name: slo-565
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 566
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 566
name: slo-566
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 567
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 567
name: slo-567
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 568
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 568
name: slo-568
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 569
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 569
name: slo-569
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 570
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 570
name: slo-570
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 571
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 571
name: slo-571
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 572
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 572
name: slo-572
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 573
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 573
name: slo-573
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 574
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 574
name: slo-574
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 575
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 575
name: slo-575
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 576
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 576
name: slo-576
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 577
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 577
name: slo-577
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 578
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 578
name: slo-578
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 579
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 579
name: slo-579
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 580
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 580
name: slo-580
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 581
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 581
name: slo-581
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 582
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 582
name: slo-582
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 583
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 583
name: slo-583
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 584
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 584
name: slo-584
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 585
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 585
name: slo-585
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 586
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 586
name: slo-586
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 587
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 587
name: slo-587
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 588
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 588
name: slo-588
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 589
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 589
name: slo-589
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 590
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 590
name: slo-590
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 591
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 591
name: slo-591
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 592
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 592
name: slo-592
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 593
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 593
name: slo-593
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 594
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 594
name: slo-594
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 595
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 595
name: slo-595
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 596
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 596
name: slo-596
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 597
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 597
name: slo-597
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 598
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 598
name: slo-598
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 599
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 599
name: slo-599
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 600
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 600
name: slo-600
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 601
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 601
name: slo-601
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 602
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 602
name: slo-602
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 603
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 603
name: slo-603
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 604
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 604
name: slo-604
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 605
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 605
name: slo-605
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 606
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 606
name: slo-606
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 607
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 607
name: slo-607
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 608
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 608
name: slo-608
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 609
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 609
name: slo-609
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 610
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 610
name: slo-610
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 611
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 611
name: slo-611
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 612
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 612
name: slo-612
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 613
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 613
name: slo-613
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 614
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 614
name: slo-614
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 615
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 615
name: slo-615
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 616
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 616
name: slo-616
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 617
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 617
name: slo-617
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 618
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 618
name: slo-618
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 619
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 619
name: slo-619
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 620
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 620
name: slo-620
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 621
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 621
name: slo-621
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 622
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 622
name: slo-622
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 623
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 623
name: slo-623
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 624
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 624
name: slo-624
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 625
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 625
name: slo-625
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 626
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 626
name: slo-626
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 627
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 627
name: slo-627
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 628
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 628
name: slo-628
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 629
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 629
name: slo-629
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 630
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 630
name: slo-630
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 631
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 631
name: slo-631
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 632
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 632
name: slo-632
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 633
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 633
name: slo-633
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 634
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 634
name: slo-634
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 635
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 635
name: slo-635
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 636
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 636
name: slo-636
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 637
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 637
name: slo-637
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 638
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 638
name: slo-638
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 639
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 639
name: slo-639
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 640
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 640
name: slo-640
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 641
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 641
name: slo-641
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 642
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 642
name: slo-642
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 643
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 643
name: slo-643
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 644
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 644
name: slo-644
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 645
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 645
name: slo-645
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 646
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 646
name: slo-646
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 647
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 647
name: slo-647
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 648
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 648
name: slo-648
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 649
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 649
name: slo-649
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 650
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 650
name: slo-650
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 651
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 651
name: slo-651
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 652
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 652
name: slo-652
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 653
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 653
name: slo-653
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 654
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 654
name: slo-654
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 655
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 655
name: slo-655
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 656
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 656
name: slo-656
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 657
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 657
name: slo-657
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 658
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 658
name: slo-658
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 659
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 659
name: slo-659
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 660
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 660
name: slo-660
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 661
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 661
name: slo-661
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 662
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 662
name: slo-662
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 663
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 663
name: slo-663
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 664
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 664
name: slo-664
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 665
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 665
name: slo-665
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 666
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 666
name: slo-666
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 667
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 667
name: slo-667
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 668
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 668
name: slo-668
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 669
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 669
name: slo-669
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 670
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 670
name: slo-670
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 671
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 671
name: slo-671
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 672
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 672
name: slo-672
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 673
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 673
name: slo-673
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 674
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 674
name: slo-674
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 675
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 675
name: slo-675
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 676
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 676
name: slo-676
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 677
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 677
name: slo-677
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 678
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 678
name: slo-678
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 679
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 679
name: slo-679
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 680
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 680
name: slo-680
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 681
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 681
name: slo-681
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 682
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 682
name: slo-682
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 683
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 683
name: slo-683
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 684
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 684
name: slo-684
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 685
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 685
name: slo-685
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 686
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 686
name: slo-686
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 687
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 687
name: slo-687
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 688
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 688
name: slo-688
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 689
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 689
name: slo-689
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 690
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 690
name: slo-690
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 691
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 691
name: slo-691
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 692
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 692
name: slo-692
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 693
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 693
name: slo-693
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 694
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 694
name: slo-694
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 695
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 695
name: slo-695
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 696
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 696
name: slo-696
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 697
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 697
name: slo-697
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 698
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 698
name: slo-698
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 699
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 699
name: slo-699
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 700
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 700
name: slo-700
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 701
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 701
name: slo-701
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 702
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 702
name: slo-702
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 703
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 703
name: slo-703
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 704
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 704
name: slo-704
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 705
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 705
name: slo-705
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 706
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 706
name: slo-706
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 707
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 707
name: slo-707
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 708
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 708
name: slo-708
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 709
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 709
name: slo-709
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 710
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 710
name: slo-710
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 711
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 711
name: slo-711
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 712
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 712
name: slo-712
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 713
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 713
name: slo-713
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 714
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 714
name: slo-714
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 715
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 715
name: slo-715
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 716
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 716
name: slo-716
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 717
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 717
name: slo-717
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 718
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 718
name: slo-718
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 719
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 719
name: slo-719
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 720
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 720
name: slo-720
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 721
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 721
name: slo-721
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 722
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 722
name: slo-722
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 723
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 723
name: slo-723
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 724
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 724
name: slo-724
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 725
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 725
name: slo-725
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 726
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 726
name: slo-726
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 727
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 727
name: slo-727
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 728
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 728
name: slo-728
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 729
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 729
name: slo-729
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 730
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 730
name: slo-730
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 731
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 731
name: slo-731
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 732
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 732
name: slo-732
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 733
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 733
name: slo-733
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 734
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 734
name: slo-734
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 735
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 735
name: slo-735
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 736
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 736
name: slo-736
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 737
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 737
name: slo-737
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 738
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 738
name: slo-738
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 739
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 739
name: slo-739
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 740
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 740
name: slo-740
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 741
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 741
name: slo-741
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 742
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 742
name: slo-742
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 743
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 743
name: slo-743
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 744
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 744
name: slo-744
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 745
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 745
name: slo-745
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 746
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 746
name: slo-746
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 747
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 747
name: slo-747
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 748
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 748
name: slo-748
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 749
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 749
name: slo-749
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 750
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 750
name: slo-750
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 751
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 751
name: slo-751
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 752
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 752
name: slo-752
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 753
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 753
name: slo-753
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 754
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 754
name: slo-754
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 755
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 755
name: slo-755
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 756
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 756
name: slo-756
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 757
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 757
name: slo-757
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 758
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 758
name: slo-758
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 759
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 759
name: slo-759
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 760
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 760
name: slo-760
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 761
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 761
name: slo-761
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 762
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 762
name: slo-762
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 763
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 763
name: slo-763
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 764
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 764
name: slo-764
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 765
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 765
name: slo-765
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 766
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 766
name: slo-766
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 767
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 767
name: slo-767
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 768
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 768
name: slo-768
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 769
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 769
name: slo-769
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 770
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 770
name: slo-770
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 771
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 771
name: slo-771
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 772
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 772
name: slo-772
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 773
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 773
name: slo-773
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 774
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 774
name: slo-774
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 775
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 775
name: slo-775
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 776
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 776
name: slo-776
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 777
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 777
name: slo-777
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 778
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 778
name: slo-778
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 779
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 779
name: slo-779
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 780
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 780
name: slo-780
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 781
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 781
name: slo-781
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 782
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 782
name: slo-782
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 783
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 783
name: slo-783
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 784
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 784
name: slo-784
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 785
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 785
name: slo-785
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 786
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 786
name: slo-786
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 787
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 787
name: slo-787
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 788
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 788
name: slo-788
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 789
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 789
name: slo-789
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 790
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 790
name: slo-790
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 791
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 791
name: slo-791
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 792
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 792
name: slo-792
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 793
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 793
name: slo-793
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 794
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 794
name: slo-794
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 795
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 795
name: slo-795
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 796
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 796
name: slo-796
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 797
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 797
name: slo-797
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 798
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 798
name: slo-798
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 799
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 799
name: slo-799
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 800
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 800
name: slo-800
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 801
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 801
name: slo-801
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 802
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 802
name: slo-802
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 803
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 803
name: slo-803
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 804
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 804
name: slo-804
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 805
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 805
name: slo-805
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 806
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 806
name: slo-806
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 807
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 807
name: slo-807
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 808
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 808
name: slo-808
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 809
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 809
name: slo-809
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 810
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 810
name: slo-810
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 811
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 811
name: slo-811
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 812
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 812
name: slo-812
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 813
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 813
name: slo-813
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 814
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 814
name: slo-814
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 815
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 815
name: slo-815
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 816
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 816
name: slo-816
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 817
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 817
name: slo-817
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 818
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 818
name: slo-818
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 819
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 819
name: slo-819
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 820
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 820
name: slo-820
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 821
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 821
name: slo-821
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 822
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 822
name: slo-822
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 823
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 823
name: slo-823
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 824
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 824
name: slo-824
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 825
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 825
name: slo-825
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 826
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 826
name: slo-826
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 827
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 827
name: slo-827
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 828
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 828
name: slo-828
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 829
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 829
name: slo-829
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 830
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 830
name: slo-830
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 831
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 831
name: slo-831
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 832
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 832
name: slo-832
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 833
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 833
name: slo-833
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 834
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 834
name: slo-834
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 835
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 835
name: slo-835
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 836
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 836
name: slo-836
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 837
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 837
name: slo-837
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 838
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 838
name: slo-838
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 839
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 839
name: slo-839
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 840
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 840
name: slo-840
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 841
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 841
name: slo-841
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 842
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 842
name: slo-842
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 843
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 843
name: slo-843
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 844
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 844
name: slo-844
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 845
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 845
name: slo-845
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 846
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 846
name: slo-846
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 847
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 847
name: slo-847
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 848
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 848
name: slo-848
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 849
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 849
name: slo-849
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 850
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 850
name: slo-850
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 851
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 851
name: slo-851
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 852
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 852
name: slo-852
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 853
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 853
name: slo-853
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 854
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 854
name: slo-854
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 855
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 855
name: slo-855
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 856
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 856
name: slo-856
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 857
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 857
name: slo-857
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 858
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 858
name: slo-858
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 859
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 859
name: slo-859
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 860
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 860
name: slo-860
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 861
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 861
name: slo-861
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 862
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 862
name: slo-862
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 863
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 863
name: slo-863
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 864
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 864
name: slo-864
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 865
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 865
name: slo-865
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 866
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 866
name: slo-866
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 867
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 867
name: slo-867
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 868
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 868
name: slo-868
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 869
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 869
name: slo-869
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 870
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 870
name: slo-870
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 871
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 871
name: slo-871
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 872
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 872
name: slo-872
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 873
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 873
name: slo-873
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 874
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 874
name: slo-874
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 875
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 875
name: slo-875
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 876
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 876
name: slo-876
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 877
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 877
name: slo-877
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 878
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 878
name: slo-878
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 879
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 879
name: slo-879
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 880
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 880
name: slo-880
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 881
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 881
name: slo-881
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 882
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 882
name: slo-882
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 883
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 883
name: slo-883
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 884
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 884
name: slo-884
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 885
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 885
name: slo-885
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 886
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 886
name: slo-886
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 887
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 887
name: slo-887
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 888
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 888
name: slo-888
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 889
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 889
name: slo-889
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 890
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 890
name: slo-890
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 891
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 891
name: slo-891
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 892
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 892
name: slo-892
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 893
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 893
name: slo-893
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 894
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 894
name: slo-894
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 895
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 895
name: slo-895
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 896
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 896
name: slo-896
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 897
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 897
name: slo-897
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 898
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 898
name: slo-898
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 899
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 899
name: slo-899
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 900
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 900
name: slo-900
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 901
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 901
name: slo-901
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 902
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 902
name: slo-902
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 903
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 903
name: slo-903
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 904
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 904
name: slo-904
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 905
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 905
name: slo-905
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 906
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 906
name: slo-906
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 907
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 907
name: slo-907
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 908
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 908
name: slo-908
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 909
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 909
name: slo-909
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 910
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 910
name: slo-910
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 911
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 911
name: slo-911
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 912
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 912
name: slo-912
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 913
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 913
name: slo-913
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 914
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 914
name: slo-914
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 915
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 915
name: slo-915
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 916
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 916
name: slo-916
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 917
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 917
name: slo-917
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 918
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 918
name: slo-918
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 919
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 919
name: slo-919
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 920
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 920
name: slo-920
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 921
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 921
name: slo-921
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 922
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 922
name: slo-922
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 923
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 923
name: slo-923
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 924
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 924
name: slo-924
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 925
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 925
name: slo-925
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 926
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 926
name: slo-926
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 927
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 927
name: slo-927
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 928
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 928
name: slo-928
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 929
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 929
name: slo-929
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 930
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 930
name: slo-930
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 931
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 931
name: slo-931
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 932
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 932
name: slo-932
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 933
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 933
name: slo-933
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 934
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 934
name: slo-934
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 935
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 935
name: slo-935
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 936
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 936
name: slo-936
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 937
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 937
name: slo-937
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 938
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 938
name: slo-938
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 939
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 939
name: slo-939
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 940
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 940
name: slo-940
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 941
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 941
name: slo-941
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 942
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 942
name: slo-942
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 943
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 943
name: slo-943
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 944
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 944
name: slo-944
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 945
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 945
name: slo-945
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 946
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 946
name: slo-946
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 947
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 947
name: slo-947
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 948
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 948
name: slo-948
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 949
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 949
name: slo-949
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 950
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 950
name: slo-950
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 951
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 951
name: slo-951
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 952
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 952
name: slo-952
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 953
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 953
name: slo-953
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 954
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 954
name: slo-954
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 955
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 955
name: slo-955
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 956
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 956
name: slo-956
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 957
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 957
name: slo-957
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 958
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 958
name: slo-958
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 959
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 959
name: slo-959
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 960
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 960
name: slo-960
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 961
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 961
name: slo-961
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 962
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 962
name: slo-962
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 963
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 963
name: slo-963
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 964
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 964
name: slo-964
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 965
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 965
name: slo-965
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 966
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 966
name: slo-966
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 967
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 967
name: slo-967
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 968
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 968
name: slo-968
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 969
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 969
name: slo-969
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 970
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 970
name: slo-970
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 971
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 971
name: slo-971
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 972
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 972
name: slo-972
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 973
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 973
name: slo-973
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 974
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 974
name: slo-974
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 975
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 975
name: slo-975
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 976
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 976
name: slo-976
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 977
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 977
name: slo-977
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 978
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 978
name: slo-978
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 979
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 979
name: slo-979
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 980
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 980
name: slo-980
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 981
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 981
name: slo-981
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 982
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 982
name: slo-982
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 983
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 983
name: slo-983
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 984
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 984
name: slo-984
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 985
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 985
name: slo-985
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 986
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 986
name: slo-986
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 987
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 987
name: slo-987
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 988
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 988
name: slo-988
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 989
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 989
name: slo-989
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 990
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 990
name: slo-990
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 991
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 991
name: slo-991
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 992
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 992
name: slo-992
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 993
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 993
name: slo-993
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 994
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 994
name: slo-994
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 995
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 995
name: slo-995
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 996
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 996
name: slo-996
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 997
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 997
name: slo-997
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 998
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 998
name: slo-998
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 999
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 999
name: slo-999
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
- alerting:
name: Alert for SLO 1000
pageAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
too fast.
summary: High error budget burn
labels:
severity: page
ticketAlert:
annotations:
description: The SLO {{ $labels.slo_name }} is burning its error budget
at a medium rate.
summary: Medium error budget burn
labels:
severity: warning
description: This is a big SLO number 1000
name: slo-1000
objective: 99.9
sli:
events:
errorQuery: sum(rate(http_requests_total{job="myjob",status=~"2.."}[{{.window}}]))
totalQuery: sum(rate(http_requests_total{job="myjob"}[{{.window}}]))
status:
observedGeneration: 0
processedSLOs: 0
promOpRulesGenerated: false
promOpRulesGeneratedSLOs: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment