Use this file to discover all available pages before exploring further.
For LLM agents: documentation index at /llms.txt, full text at /llms-full.txt. Append .md to any page URL for plain markdown.
Audience: Platform Teams, Data Platform, SREData incidents need the same rigor as application incidents. This guide helps you set up 24/7 monitoring with proper escalation, on-call routing, and incident response.
How do I page my on-call engineer when data breaks?
Create a PagerDuty service with an Events API V2 integration, copy the integration key, and add a PagerDuty destination in Alerts → Destinations. Then route only your Critical rules (breaking schema changes, revenue-table freshness >4h) to that destination. See Setting Up PagerDuty Integration.
Which data incidents should actually page someone?
Page on production pipelines being completely down, core revenue tables stale for more than 4 hours, or discovery failures lasting over 24 hours. Everything else should go to Slack, not PagerDuty, to protect on-call from alert fatigue. See the Alert Urgency Framework.
How do I suppress alerts during planned maintenance?
Go to Alerts → Rules and toggle off the relevant rules before the maintenance window, then re-enable after. Set a calendar reminder so rules don’t stay off indefinitely. For recurring windows, use operating schedules and blackouts in the contract config instead.
What metrics should I track for data on-call health?
MTTD (under 1 hour, driven by discovery frequency), MTTN (under 5 minutes from alert to page), MTTR (under 4 hours), false-positive rate (under 20%), and pager load (under 5 critical alerts per week). Review these weekly in your on-call handoff. See Metrics to Track.
Can I send different alerts to different Slack channels?
Yes. Create separate destinations for #data-incidents (breaking changes), #data-alerts (all schema changes), and #data-digest (daily summaries), then route each alert rule by severity. That keeps high-signal alerts out of the noisy firehose and stops people from muting the wrong channel.