包含: - docs/external/aiops_saas.md - docs/guides/deployment_sop.md / devops_handbook.md / google_drive_setup.md - docs/memory/credentials_passbook.md / history_logs.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1.2 KiB
1.2 KiB
🚀 WOOO AIOps - 智能運維 SaaS 產品 (存檔)
注意:本文件內容屬於 WOOO AIOps SaaS 產品範疇,非 EwoooC (MOMO Pro System) 核心邏輯。移出
CLAUDE.md以優化模型 Context 消耗。
產品概覽
| 項目 | 說明 |
|---|---|
| 產品名稱 | WOOO AIOps (AI Operations Platform) |
| 目標客戶 | 需要快速建立監控的中小型網站 |
| 技術棧 | FastAPI + React/Next.js + K8s + Prometheus |
核心架構
- Deploy Engine: 支援 4 種框架的 K8s 部署。
- Monitor Engine: Prometheus + Grafana + Alertmanager 整合。
- Repair Engine: 8 種自動修復策略(重啟、擴容、回滾等)。
- Web Portal: 基於 React/Next.js 的管理後台。
API 端點摘要
/api/auth/: 認證與用戶管理/api/apps/: 應用程式 CRUD/api/deployments/: 佈署歷史與觸發/api/monitoring/: 監控數據與告警/api/repairs/: 自動修復執行紀錄
自動修復映射表
| 告警類型 | 修復動作 |
|---|---|
HighCpuUsage |
scale_up |
HighMemoryUsage |
increase_memory |
PodCrashLoopBackOff |
restart |
HighErrorRate |
rollback |
本文件由 Antigravity 於 2026-04-19 從 CLAUDE.md 遷移。