The Log Did Not Fix the Outage. It Found It.
A Severity-1 latency incident three weeks before certification. Detection took four minutes. The change control log found the cause in nine.
The Pager Does Not Care That You Are Three Weeks From Certification
At 02:47 on a Monday, the on-call phone for the txn-screen group lights up, and the alert is the one nobody wanted: latency on the screening path climbing through 180 milliseconds against a 200 millisecond regulated SLA, and still rising. The service is in shadow mode against live Market A volume, so no customer is harmed yet. But the Market A onboarding peak begins at 08:00, the same Monday peak that materialized R04 in December, and the math is brutal: at the current climb, the path breaches its SLA under load in roughly five hours, on the exact certification-path control the central bank audits in eight weeks. This is not a customer incident. It is something more dangerous to the program: a certification-evidence incident, live, with the audit booked.
The alert exists because of December. The trigger Priya Raman's team wired into Dynatrace after R04 (Post 15) fires on the screening path's p99, and the register-wide instrumentation audit of 9 January had wired this specific alert eleven days before it was needed. Detection latency: four minutes from first breach of the warning threshold to pager. The fined bank in Post 18 found its incident on a customer complaint. Falcon found this one before sunrise.
The on-call SRE declares a Severity-1 at 03:04 and opens the PMO-CC-003 incident structure, the template designed back in Post 07 for exactly the event that had not happened until now. PMO-CC-003 does three things automatically: it stands up a single incident commander role (not the most senior person, the designated one), it opens a unified change control log that every team writes to, and it sets a communications cadence that protects the responders from the responders' own management. By 03:20, Jin-ho Park is incident commander, the war room is virtual and staffed, and the change log has its first entries.
And immediately, the incident becomes a whodunit, because three teams shipped change in the preceding 72 hours. Park's squad deployed a gRPC contract update to two services on Friday. The platform team rotated a set of Kubernetes node pools on Saturday. The vendor, under its own change calendar and its own contractual autonomy, pushed an update to its five contracted services on Sunday evening. Each team knows about its own change. No single person, at 03:30 on Monday, knows about all three at once, except that one artifact does, because all three were required to log to it.
Three Teams, Three Confessions, One Timeline
The first hour of a Severity-1 has a characteristic failure mode: everyone investigates their own most recent change, because it is the change they understand, and the actual cause hides in the seam between teams that no one owns. Falcon nearly falls into it. Park's instinct is that Friday's contract update is the culprit; he starts a rollback. The platform lead suspects Saturday's node rotation and begins draining pools. Both are about to spend two hours disproving their own innocence while the clock runs toward 08:00.
The incident commander discipline stops it. Park, in the commander role rather than the engineer role, makes the call that the post turns on: before anyone rolls back anything, the log gets read end to end, all changes, all teams, against the symptom-onset timestamp. The reading takes nine minutes and ends the investigation.
The timeline does the diagnosis that three teams arguing could not. The two internal changes landed Friday and Saturday; the path ran clean through both, including all of Sunday daytime. The symptom onset is 02:43 Monday. The only change between clean operation and onset is the vendor's Sunday-evening rate-limiter update, which lowered a shared throttle by 40 percent across the five contracted services, throttling exactly the calls the gRPC mesh makes into those services under the overnight load ramp. Friday's and Saturday's changes are not suspects; they are alibis, because the path worked after them. Park stops his rollback. The platform lead stops draining pools. Two hours of disproving innocence, saved by nine minutes of reading.
Dmitri Volkov joins the war room at 04:10 and does something that, after five posts of contractual caution, lands differently: he does not argue. The log is the log. His team's change is on it, timestamped, against an onset his own monitoring confirms. Contractual people are not obstructive people; they are people who respect documents, and the document is unambiguous. The argument that would have consumed the next three hours never happens, because there is nothing to argue about. The vendor begins remediation at 04:25.
The Sponsor Wants Hourly Updates. The Commander Needs Quiet.
By 06:00, the cause is known, remediation is underway, and the incident enters its most politically fraught phase: management wakes up. Fatima Idris, briefed at 05:30 per protocol, makes a request that is entirely reasonable and exactly wrong.
Visibility reassures the watchers and destroys the watched. An incident commander pulled out of the war room every sixty minutes to brief executives is an incident commander not commanding for the worst hour of the event. This is the precise failure PMO-CC-003 was designed to prevent, and the design is the defense. Fasil Alemeye Abate does not refuse Idris; he routes her.
Idris accepts the 90-minute SITREP cadence, because it gives her something better than hourly verbal updates: a written, forwardable, board-grade record she does not have to summarize under pressure. The split holds. Park stays in the war room. The first SITREP goes out at 06:15, the Market C regulator is notified at 07:00 through the standing PMO-CC-002 channel (24 hours ahead of any requirement, which is the move that mattered most in Post 18's defense), and the 08:00 peak arrives.
The peak held at 188 milliseconds: inside the SLA, with twelve milliseconds to spare, because the revert landed at 07:05 and the path had recovered to baseline before the load arrived. No SLA breach was ever recorded. The remaining 70 hours of the 72 were not crisis; they were the structured close that separates a program from a lucky team.
Drafting the Post-Incident Review with STAR
The incident closed Thursday. The post-incident review is what turns 72 hours of adrenaline into an artifact a regulator, a board, and a successor can all read, and it had to be written while the responders still remembered the timestamps and before they started remembering them flatteringly. The framework is STAR, Situation, Task, Action, Result: standard in structured interviewing and incident retrospectives alike, well-documented, no adoption caveat required. STAR suits a post-incident review because it enforces the one sequence incident write-ups most often corrupt: Situation and Task before Action, so the document establishes what was true and what was required before it narrates what anyone did, which is the order that keeps blame out and causation in. The Result section then carries both the resolution and the honest residue: what the program got right, and what the log revealed about a gap nobody had closed.
The Gap Behind the Cause
The STAR draft was clean and the root-cause statement accurate. The instruction that mattered was the last one: find the systemic gap that is not the vendor's bad change. The machine found it, and it indicted the program, not the vendor.
RESULT. The incident was detected in 4 minutes, diagnosed via the unified change log in approximately 9 minutes of timeline analysis, and resolved before the 08:00 peak with no SLA breach recorded. Detection, command structure, cross-team logging, regulator notification, and communications discipline all functioned as designed. The screening path returned to its 130ms baseline by 07:20 and held through the peak at 188ms p99.
“The program was protected by good detection, not by good prevention” is the sentence that turned a clean incident into an open action. A lesser review would have closed on “vendor reverted, SLA held, well done.” The flag refused the victory lap and named the uncomfortable structural truth: the change log made the program fast, but nothing made the program safe, and the difference would matter enormously on go-live night when the same shared rate-limiter sits under live customer traffic instead of shadow. The vendor did nothing wrong; it exercised a contractual right over its own change calendar. The defect was that the program never negotiated visibility into changes to a resource its regulated control depended on. That becomes corrective action CA-3, and it routes straight into the go-live transition plan of Post 20.
INC-001 Post-Incident Review, as Filed
Situation and Task
txn-screen (200ms regulated SLA) in shadow pilot against live Market A volume. At 02:43 on 19 Jan, screening-path p99 began climbing toward the SLA ahead of the 08:00 onboarding peak. Task: prevent breach on a certification-path control, diagnose without halting on the wrong change, preserve certification evidence. Link: txn-screen SLA (CR-001 v1.1); RR-R04 alert instrumentation.
Action and Timeline
| Detection | 02:47 Dynatrace alert (4 min from onset); Sev-1 declared 03:04; PMO-CC-003 opened, IC assigned 03:20 |
| Diagnosis | Unified change log read end-to-end vs 02:43 onset; internal Fri/Sat changes excluded (clean operation followed); vendor 21:30 Sun rate-limiter change isolated as sole correlate |
| Resolution | Internal rollbacks halted; vendor engaged 04:10; rate-limiter reverted and Falcon service accounts whitelisted 07:05; baseline restored 07:20; peak held 188ms |
| Communications | IC/comms split held; 90-min SITREPs to sponsor; Market C regulator notified 07:00 via PMO-CC-002 (24h+ ahead of obligation); executive brief 09:00 |
Root Cause
Vendor lowered a shared rate-limiter global threshold by 40% across its five contracted services under its autonomous change calendar (Sun 21:30). The gRPC mesh's calls into those services were throttled under the overnight load ramp, degrading screening-path latency. Vendor operated within contract ATL-PI-2024-11; no cross-party notification of shared-resource changes was required. Proximate cause: vendor change. Systemic cause: absent cross-party change governance over a shared resource underpinning a regulated control.
Corrective Actions
| CA-1 | Falcon service accounts permanently exempted from the shared rate-limiter; dedicated limiter provisioned for the screening path. Done 24 Jan. Owner: J. Park |
| CA-2 | Screening-path p95 latency alert added below the existing p99 (earlier warning). Live 26 Jan. Owner: P. Raman |
| CA-3 | Cross-party change governance: vendor change notification (48h) for shared-resource changes + change freeze on the certification path during evidence windows and the go-live window. Negotiated via contract amendment; routed into the Post 20 transition plan. Target 15 Mar. Owner: L. Marquez |
| CA-4 | INC-001 added to the March certification evidence file as a detection-to-closure demonstration. Done 23 Jan. Owner: A. Okonkwo |
What the Human Changed
- Promoted the systemic-gap flag to corrective action CA-3. The draft logged the cross-party change gap as an observation in the Result section. Observations close with the incident; corrective actions outlive it. Fasil made it CA-3 with an owner (Marquez), a contract-amendment route, and a 15 March target, because the same shared rate-limiter sits under live traffic on go-live night.
- Kept the duration honest at 72 hours, not 4. The draft was tempted to headline the four-hour impact window. The incident was open for 72 hours through monitoring, hardening, and structured close, and the PIR says 72 with the impact window noted separately. A program that reports the flattering number teaches itself to stop early.
- Named the vendor's innocence explicitly. The draft's root cause stopped at “vendor change.” Fasil added the clause that the vendor operated within contract and the defect was the program's missing governance. Blaming the vendor would have felt good and prevented nothing; naming the contractual gap is what produced CA-3.
- Added the p95 alert below the p99. The existing alert fired at p99 against a 150ms threshold, giving four minutes. The incident review showed that an earlier p95 signal would have given closer to fifteen. CA-2 adds it: the program that just survived on four minutes of warning bought itself more, because next time the revert might not be a phone call away.
- Routed INC-001 into the certification file the same day. The draft treated the PIR as an internal close-out. Fasil filed it as CA-4 into the March evidence pack within 24 hours. A regulator auditing incident management is best answered with an incident that was detected in minutes, diagnosed by a documented log, and closed without a breach, which is exactly the story Post 18's defense and Post 16's readiness board both drew on.
This incident is the single most reused artifact in the back half of the series. Its evidence pack is exhibit one in Post 18's cancellation defense (detected in minutes, regulator briefed in 24 hours, no breach). It is a named line in Post 16's readiness grid, the reason the operations dimension could be argued at all. CA-3's cross-party change freeze becomes a load-bearing clause in Post 20's go-live transition plan, the night the same shared rate-limiter finally sits under real customer traffic. And the whole episode anchors the lessons register (Post 21) under the heading the flag wrote for it: protected by detection, not by prevention, until we fixed the contract.
The Severity-1 closed on Thursday 22 January with no SLA breach, a four-action plan, and a regulator who had heard about it from the program before hearing about it from anyone else. Eleven days later, steering would try to pause the program partly because this incident happened. The defense that survived that night was written in this room, in a change log nobody enjoyed maintaining. The series now moves to the day all of it was for: go-live, 14 July, when the rehearsals stop and the customers arrive. That is Post 20.
A fictional case study for teaching purposes. Atlas Bank, Project Falcon and all named individuals are invented. Technologies are industry-standard and publicly available.