案例研究 · PagerDuty Blog · 2026/5/30

SaaS 公司借助 AI Agent 将平均故障解决时间缩短 63%

SaaS Company Reduced Mean Time to Resolve Incidents by 63% With an AI Agent

# operations⚡ automation⚡ decision-support⚡ data-analysisLangChain🔴 Dev needed
为什么值得关注
故障最初的 10 分钟最为混乱。工程师需要同时从睡眠中切换状态、收集信息、评估影响范围。预先整理好所有上下文的 Agent,不只是节省时间,更能减少导致失误的认知负荷。

The Problem

A B2B SaaS company with 99.9% SLA commitments was handling 80–100 production incidents per month. Mean time to resolve (MTTR) was 47 minutes. On-call engineers spent the first 15–20 minutes of every incident just gathering context: reading logs, checking dashboards, finding the relevant runbook, and posting an initial status update. This was time not spent actually resolving the issue.

The Agent Solution

They built an incident response agent integrated with PagerDuty, Datadog, and their Confluence runbooks. When an alert fires:

  1. The agent queries Datadog for correlated anomalies in the 15 minutes before the alert
  2. It identifies which services are affected based on dependency mapping
  3. It searches Confluence for runbooks matching the alert type
  4. It drafts an incident Slack thread with: alert summary, correlated signals, affected services, relevant runbook link, and suggested first diagnostic steps

All of this is ready in the Slack thread before the on-call engineer acknowledges the page.

Results

The Runbook Integration

The most valuable feature was runbook retrieval. Engineers previously couldn't find the right runbook under pressure. The agent's semantic search across 340 runbooks surfaces the right document 94% of the time. Engineers reported that having the runbook link in the initial thread changed their workflow fundamentally.

Related Cases