docs: 事件注册表更新 — 告警降噪 + alert.aggregated 事件

This commit is contained in:
iven
2026-05-04 02:56:40 +08:00
parent 29b47ae4e4
commit 8cfc5709dc
13 changed files with 974 additions and 0 deletions

View File

@@ -87,6 +87,13 @@
|---------|--------|--------|------|
| `device.readings.synced` | device_reading_service.rs | erp-health event.rs (告警引擎评估) | OK |
### 告警系统
| 事件类型 | 发布者 | 消费者 | 状态 |
|---------|--------|--------|------|
| `alert.triggered` | alert_engine.rs | erp-health (告警通知) + alert_aggregator (聚合检测) | OK |
| `alert.aggregated` | alert_aggregator | SSE 推送 (聚合通知) | OK |
### 医生管理
| 事件类型 | 发布者 | 消费者 | 状态 |