Sources
Past incidents
Find similar incidents and the fixes that worked before.
Slack channels
Real-time context: deploys, config changes, and team discussion.
Change events
Deploys, feature flags, and config changes, extracted from your channels and correlated with incidents.
Documentation
Search your runbooks and reference docs from Confluence, Notion, GitHub, and GitLab.
Code repositories
Link relevant pull requests and read your code, safely sandboxed.
Telemetry
Logs, metrics, traces, and dashboards from your observability tools.
How investigations use each source
| Source | What it adds to an investigation |
|---|---|
| Past incidents | Pattern matching against your history — what this looked like before and how it was fixed. |
| Slack channels | Human context telemetry can’t give: a mentioned migration, a deploy notification, a config change. |
| Change events | A timeline of deploys, flag flips, and config changes to line up against when the incident started. |
| Documentation | Your team’s own knowledge — runbooks for this exact failure, and how your services are meant to work. |
| Code repositories | The pull request that likely caused the issue, and the ability to trace errors through code. |
| Telemetry | Hard signal: error spikes, latency changes, log lines, and the dashboards your team trusts. |