docs(web-ui): document the 'all' stats window
Follow-up to the stats 'all' time-range feature: the agent and hive stats endpoint docs enumerated the window options but predated 'all'. Add it to the /api/stats and /api/stats-hive window lists, and note that 'all' ranges from the earliest recorded turn with an adaptive bucket width.
This commit is contained in:
parent
684c85686e
commit
9634327b59
2 changed files with 5 additions and 4 deletions
|
|
@ -1094,7 +1094,7 @@ that's a browser-level decision, not ours.
|
|||
`/dashboard/history` backfill.
|
||||
- `GET /api/reminders` — list pending reminders for the
|
||||
dashboard's queued-reminders panel.
|
||||
- `GET /api/stats-hive?window=<1h|4h|24h|3d|7d|30d>` — hive-wide
|
||||
- `GET /api/stats-hive?window=<1h|4h|24h|3d|7d|30d|all>` — hive-wide
|
||||
turn-stats rollup for the ST4TS tab. Aggregates every agent's
|
||||
`hyperhive-turn-stats.sqlite` read-only (skips missing / unreadable /
|
||||
zero-turn dbs); returns swarm totals, a busiest-first per-agent
|
||||
|
|
|
|||
Loading…
Reference in a new issue