Skip to content

Instantly share code, notes, and snippets.

@danifitz
Created January 8, 2025 08:33
Show Gist options
  • Save danifitz/6b946ad64533f7c3252c007a02cbf3fd to your computer and use it in GitHub Desktop.
Save danifitz/6b946ad64533f7c3252c007a02cbf3fd to your computer and use it in GitHub Desktop.
grafana-alert-payload
{
"alerts": [
{
"endsAt": "0001-01-01T00:00:00Z",
"labels": {
"team": "appenv",
"alertname": "Frontend Success Rate > 99.5% - SLO Burn Rate Very High",
"grafana_slo_uuid": "acyd5e09cipr8gtuqr0gl",
"grafana_slo_severity": "critical"
},
"status": "firing",
"startsAt": "2023-06-12T08:24:38.326Z",
"annotations": {
"summary": "This alert fires when Grafana SLO detects a very high burn rate for the given SLO",
"description": "The SLI is burning through it's error budget at a very high rate. This means it's on a trajectory to breach the SLO if nothing is done to fix the situation."
}
}
],
"status": "firing",
"version": "4",
"groupKey": "{}:{alertname=\"Frontend Success Rate > 99.5% - SLO Burn Rate Very High\"}",
"receiver": "combo",
"numFiring": 3,
"externalURL": "",
"groupLabels": {
"team": "field-eng-otel-demo-app",
"alertname": "Frontend Success Rate > 99.5% - SLO Burn Rate Very High",
"grafana_slo_uuid": "acyd5e09cipr8gtuqr0gl",
"grafana_slo_severity": "critical"
},
"numResolved": 0,
"commonLabels": {
"team": "field-eng-otel-demo-app",
"alertname": "Frontend Success Rate > 99.5% - SLO Burn Rate Very High",
"grafana_slo_uuid": "acyd5e09cipr8gtuqr0gl",
"grafana_slo_severity": "critical"
},
"truncatedAlerts": 0,
"commonAnnotations": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment