-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathscenario_4_minimal_alert.json
More file actions
36 lines (36 loc) · 957 Bytes
/
scenario_4_minimal_alert.json
File metadata and controls
36 lines (36 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"incident_id": "INC-2026-0404",
"title": "Minimal: CPU alert on staging batch processor",
"severity": "SEV4",
"timeframe": {
"start": "2026-02-17T11:00:00Z",
"end": null
},
"alerts": [
{
"name": "HighCPU-batch-processor-staging",
"description": "CPU utilization exceeded 85% on batch-processor-staging for 10 minutes.",
"timestamp": "2026-02-17T11:00:00Z"
}
],
"logs": [
{
"timestamp": "2026-02-17T11:02:00Z",
"source": "batch-processor-staging",
"message": "CPU utilization at 89%, above threshold of 85%"
}
],
"metrics": [
{
"name": "cpu_utilization_pct",
"window": "10m",
"values_summary": "Sustained at 87-91% since 10:50Z"
}
],
"runbook_excerpt": "Check CPU on batch-processor-staging. If sustained above 90%, restart the pod.",
"constraints": {
"max_time_minutes": 30,
"environment": "staging",
"region": "northeurope"
}
}