Updates
CI / test (push) Successful in 1m3s
Release rolling / release (push) Has been cancelled

This commit is contained in:
Raven Scott
2026-07-18 23:47:54 -04:00
parent e503e92dd4
commit 3fc0245b32
34 changed files with 834 additions and 197 deletions
+3 -1
View File
@@ -33,13 +33,15 @@ Without highlight windows, the agent returns **legacy alert weights** (`method=a
```bash
# Highlight last 60s; baseline auto (≈4× preceding)
curl -sG 'http://127.0.0.1:19999/api/v3/weights' \
curl -sG 'http://127.0.0.1:18888/api/v3/weights' \
--data-urlencode 'method=volume' \
--data-urlencode 'after=-60' \
--data-urlencode 'before=0' \
--data-urlencode 'limit=30'
```
(Default REST port is **18888**; override with `PEARDATA_REST_PORT`.)
### Response shape (conceptual)
```json