fix(log-analyzer): remove stale heal manager anchor (#6100)

This commit is contained in:
Henry Guo
2026-08-14 23:49:31 +08:00
committed by GitHub
parent 56509ead1f
commit 0b2a46b36f
+1 -5
View File
@@ -103,11 +103,7 @@ pub(super) fn rules() -> Vec<Rule> {
P2Degraded,
"heal",
"heal 任务调度/执行失败",
any([
prefix("Heal task timeout"),
prefix("Heal task execution failed"),
contains("Heal manager is not running"),
]),
any([prefix("Heal task timeout"), prefix("Heal task execution failed")]),
"heal 任务调度/执行层故障。",
"检查 heal 后台服务状态与资源压力。",
)