Files
awoooi/apps/api/src/constants/__init__.py
OG T 1ede9f933f
Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled
refactor(M3): alertname_to_type 抽至 src/constants/alert_types.py
- 新增 src/constants/__init__.py + alert_types.py
- ALERTNAME_TO_TYPE 常數(56 筆)從 webhooks.py 內聯 dict 遷移至模組
- webhooks.py 改用 ALERTNAME_TO_TYPE.get(alertname, "custom")
- TODO I1: 下 Sprint 整合 ADR-064 Rule Engine 動態推斷(此為中間狀態)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 21:19:52 +08:00

2 lines
27 B
Python