feat: add watch subcommand (TMQ + polling fallback)

This commit is contained in:
张宗平
2026-06-11 16:12:38 +08:00
parent cdfd77bdcb
commit 7e6915ade6
4 changed files with 198 additions and 0 deletions
+3
View File
@@ -22,6 +22,9 @@ python -m ts_anomaly_td forecast-anomaly --stable finance_001 --output render/
# 端到端
python -m ts_anomaly_td e2e --data-dir data --output-dir render --log-dir logs/
# 准实时监控
python -m ts_anomaly_td watch --stable finance_001 --window-sec 30
```
## E2E 步骤