📡 Reading Service Status Updates
5 exercises — read real-style service status pages, incident reports, and maintenance notices. Extract timing, impact descriptions, root causes, and next steps.
What to look for in a status update
- Duration: Incident opened / resolved times → subtract for total TTR
- Impact: Which services? Which users? What percentage? What error?
- Root cause: The specific technical reason — not the symptom
- Next steps: Action items to prevent recurrence (different from resolution)
- Behaviour changes: Any permanent changes after a maintenance window
0 / 5 completed
1 / 5
Read the service status entry below and answer the question.
How long did the Payments API incident last, from detection to resolution?
✓ Resolved
Increased API Error Rates — Payments Service (eu-west-1)
Summary: Customers in the EU (Ireland) region experienced elevated HTTP 500 error rates when calling the Payments API. Approximately 12% of requests were affected.
- Incident opened: 2026-03-12, 14:23 UTC
- Incident resolved: 2026-03-12, 15:47 UTC
- Monitoring ended: 2026-03-12, 16:15 UTC
How long did the Payments API incident last, from detection to resolution?
About 84 minutes — 1 hour and 24 minutes. To calculate incident duration, subtract the incident open time from the resolution time:
Saying it aloud: "The Payments API outage lasted one hour and twenty-four minutes." or "The incident ran for approximately eighty-four minutes."
In a post-mortem: "Total time to resolution (TTR): 84 minutes. Time spent investigating: ~45 min. Time to apply fix and confirm: ~39 min."
- Opened: 14:23 UTC
- Resolved: 15:47 UTC
- Difference: 15:47 − 14:23 = 1 hour and 24 minutes = 84 minutes
Saying it aloud: "The Payments API outage lasted one hour and twenty-four minutes." or "The incident ran for approximately eighty-four minutes."
In a post-mortem: "Total time to resolution (TTR): 84 minutes. Time spent investigating: ~45 min. Time to apply fix and confirm: ~39 min."
Continue practising: SLA Uptime Percentages → Incident Report Writing →