OG T
af49a54728
CD Pipeline / build-and-deploy (push) Successful in 12m58s
fix(playbook): alert_names 完全匹配時 bypass 相似度門檻
症狀: SentryDown/OllamaDown 告警觸發 incident,但 playbook 搜索
回傳 NO_MATCH,即使 alert_names 完全一致。
根本原因: Jaccard 加權計算中,affected_services 存的是 Prometheus
instance IP (192.168.0.110:9000),而 Playbook 存的是服務名 (sentry),
導致 services 維度得 0,最終 0.35 < min_similarity=0.4。
修正: alert_names 有交集時直接通過,不受其他維度拉低分數影響。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 12:05:07 +08:00
..
2026-03-26 16:06:20 +08:00
2026-04-08 16:24:09 +08:00
2026-03-29 21:16:50 +08:00
2026-04-09 12:05:07 +08:00
2026-04-09 09:01:59 +08:00
2026-04-05 01:00:31 +08:00
2026-03-22 18:57:44 +08:00
2026-04-09 11:49:28 +08:00
2026-03-22 18:57:44 +08:00
2026-04-07 16:00:12 +08:00
2026-04-09 09:12:42 +08:00
2026-03-29 15:27:49 +08:00
2026-04-08 22:59:53 +08:00
2026-04-08 17:06:44 +08:00
2026-03-22 18:57:44 +08:00
2026-04-02 00:23:29 +08:00