Monitoring & Alerting Plan Prompt
Decide what to watch before you ship — the signals, thresholds, and alerts for a release, so a silent failure pages you instead of surfacing in a support ticket.
Overview
Most releases ship with the monitoring of whatever existed before — which is blind to the new failure modes the change introduces. This prompt plans monitoring and alerting for a specific release: the signals worth watching, the thresholds that distinguish healthy from broken, which deserve a page versus a dashboard, and the silent-failure modes that need a synthetic check.
Why This Works
- Distinguishing page-worthy from dashboard kills alert fatigue
- Most outages are silent failures — this plans for the ones with no error
- Change-specific signals beat reusing yesterday's dashboards
Best for
- Releases that introduce new failure modes
- Services where failures currently surface as support tickets
- Teams drowning in non-actionable alerts
Not for
- Setting up the monitoring infrastructure itself
- Post-incident analysis — this is pre-deploy planning
Use cases
- Defining alerts for a new feature before it ships
- Catching silent failures that throw no error
- Cutting alert noise down to urgent, actionable pages