Skip to lesson
Exit
Reliability Analytics & Self-Serve Tooling1 / 3

1 min lesson

Escalate vs file - calibrate to impact

Match each case in "Escalate vs file - calibrate to impact" to the signal and response that fit it.

Step 1 of 3

Escalate vs file - calibrate to impact

Declare an incident

Fast error-budget burn, spreading, user-visible now.

Page the owner; the cost of waiting exceeds the cost of interrupting.

File a backlog ticket

Real but bounded; not spreading; within budget.

Attach the evidence and blast-radius estimate so it's triaged on merit.

Learn more

Full explanation

Close the loop and write the narrative

Close the loop and write the narrative

A fix is not done when it ships; it's done when the metric confirms the regression resolved. Verify in the same series you detected it, on the same segments and watch for the regression hiding in one slice while the global line recovers. Then write the postmortem-grade narrative so the next person inherits the lesson, not just the patch.

  1. 1Verify the fix. Confirm the metric returned to baseline in the affected segments, not just globally.
  2. 2Check for displacement. Make sure you fixed the regression rather than moving it to another slice.
  3. 3Quantify recovery. Restate blast radiusHow much breaks if a change goes wrong; the scope of potential damage. Press Enter for the full definition. post-fix so the win is measured, not assumed.
  4. 4Write it up. What broke, how it was detected, root cause and the prevention that stops a repeat.
Postmortem skeleton
What broke
The user-visible symptom and the metric that moved
How detected
Which detector fired and how fast - or why it didn't
Root cause
Model vs harness vs infra, named on the dimension you logged
Prevention
The canary, alert or schema change that catches it next time

The prevention line is the one that compounds - it turns one incident into a permanent detector.

Interview move

In the behavioral and hiring-manager rounds, tell a regression story end to end: how you detected it, how you quantified blast radiusHow much breaks if a change goes wrong; the scope of potential damage. Press Enter for the full definition. to justify the priority, how you drove the decision and how you verified the fix and prevented a repeat. Cursor screens hard for truth-seeking and bias-to-ship - a story that ends at "I found it" reads as analysis; a story that ends at "and here's the detector that now catches it" reads as ownership.

Watch out

Don't over-escalate. Paging the team for every blip burns trust and the same alert fatigue you fight in detection. Calibrate to real user impact and reserve the incident path for fast, spreading, budget-burning regressions - file the rest with evidence attached.

Learn more

Optional practice

Practice: Escalate vs file - calibrate to impact