chore: necessary updates given the changes in the alert controller

This commit is contained in:
voltsrage
2026-06-25 00:40:47 +08:00
parent 666d683d67
commit 7bb9124230
32 changed files with 353 additions and 40 deletions
+1
View File
@@ -90,6 +90,7 @@ offsets are not committed and events are re-read on the next start.
| `alert_type` | `alertType` | e.g. `WARNING_HEART_RATE`, `CRITICAL_HEART_RATE` |
| `severity` | `severity` | e.g. `Warning`, `Critical` |
| `details` | `details` | Required on all new alert producers; parser defaults to `""` if absent |
| `explanation_json` | `explanation` | Optional JSON object (Phase 34); null for threshold-only alerts |
| `triggered_at` | `triggeredAt` | ISO-8601 |
Phase 11 aligned warning and sepsis outbox producers with critical ingest alerts by