运行时依赖
安装命令
点击复制本土化适配说明
Error Monitoring Agent — Error 监控ing 代理 安装说明: 安装命令:["openclaw skills install error-monitoring-agent"]
技能文档
Error Monitoring Agent AI 代理实时错误监控与告警。自动检测、追踪、分析与修复错误。
概览 一套全面的错误监控系统,帮助代理实时捕获异常、追踪错误模式、设置智能告警并自动化修复流程。
功能
- 错误检测
- 错误聚合
- 告警规则
- 根因分析
- 自动修复
配置 { "monitoring": { "sources": ["application", "infrastructure", "api"], "sampling": 1.0, "retention": "30d", "alertRules": [ { "condition": "error_rate > 10/min", "action": "page-oncall" }, { "condition": "new_error_type", "action": "notify-channel" }, { "condition": "error_spike > 3x", "action": "auto-investigate" } ], "autoResolve": { "enabled": true, "approvedStrategies": ["restart-service", "retry-request", "rollback-deploy"] } } }
使用场景 生产监控:7×24 监控线上系统错误 CI/CD 集成:发布后监控部署健康 Agent 健康:追踪 AI 代理错误与故障 事件响应:自动检测并响应事件 错误预算:按 SLO 目标跟踪错误率