Scenario
You are operating a production observability platform. The following symptoms appear:
- Production is broken
- No alert fired
Available evidence:
- /api/v1/rules shows the rule
- The condition is true
Your task
Determine the cause, recover, document, and validate.
Investigation
The investigation follows the discipline taught in Part XCVIII:
- Form hypothesis, find evidence, test, validate.
- Use the available evidence above to bound the search.
- Reach one of the likely root causes.
Recovery procedure
(Do not reveal until you have reasoned through the problem.)
- Identify the failing component.
- Apply the remediation pathway.
- Validate with the verification step.
- Document the incident.
Remediation
- Test the rule. 2. Check Alertmanager routing. 3. Check receiver. 4. Fix.
Verification
Alert fires and reaches receiver.
Rollback
Revert rule / route change
Prevention
Test alerts during onboarding; canary alerts in production.