Auto-sync

This commit is contained in:
2026-04-15 15:02:52 +08:00
parent bb2f9b2b3a
commit d3e7fcf81f
71 changed files with 2549 additions and 0 deletions

30
wiki/concepts/RCA.md Normal file
View File

@@ -0,0 +1,30 @@
---
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
- 根因分析
- 故障根因分析