Files
nexus/wiki/concepts/RCA.md
2026-04-15 15:02:52 +08:00

31 lines
739 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "RCA"
type: concept
tags: [devops, troubleshooting]
last_updated: 2026-04-15
---
## 基本信息
- **全称**Root Cause Analysis
- **类型**:故障分析方法
- **来源**How Agentic AI can help for Cloud DevOps
## 定义
RCA根因分析是通过系统性方法找出故障根本原因而非仅仅处理表面症状。
## Agentic AI 应用
- 分析来自 CloudWatch、Stackdriver、Azure Monitor 的日志
- 跨层关联问题(计算、网络、应用)
- AI 驱动的自动化 RCA
- 从事件历史中学习最佳实践
## 关联
- [[DevOps]] ← 应用领域
- [[Agentic AI]] ← AI 增强
- [[CloudWatch]] ← 日志数据来源
## Aliases
- Root Cause Analysis
- 根因分析
- 故障根因分析