Skip to main content

Practice ยท 3 of 3

Alert Triage

Write triage(alert) โ€” alert is { kind, actionable: bool, urgent: bool }. Rules: actionable && urgent => "page" (wake a human); actionable && !urgent => "ticket" (fix in hours); otherwise "dashboard" (noise โ€” chart it, do not alert).

Difficulty: intermediate

Back to lesson: Practice: Observability & Incidents โ€” Practice