accuracy fix: container_stats.rs tracks mem metrics only, not swap
This commit is contained in:
parent
bb990508c6
commit
840abab82d
1 changed files with 4 additions and 3 deletions
|
|
@ -124,9 +124,10 @@ hive-c0re/ host daemon + sibling operator CLI (lib + 2 bins)
|
|||
model mix. Backs GET /api/stats-hive for the
|
||||
dashboard's ST4TS tab; missing / unreadable dbs
|
||||
skipped (one bad db never fails the endpoint).
|
||||
src/container_stats.rs per-container resource metrics (cpu %, mem %, swap)
|
||||
polled live; aggregated for dashboard display.
|
||||
Skips unhealthy / stopped containers gracefully.
|
||||
src/container_stats.rs per-container resource metrics (cpu %, current/peak/max
|
||||
memory in bytes) polled live from cgroup-v2;
|
||||
aggregated for dashboard display. Skips unhealthy /
|
||||
stopped containers gracefully.
|
||||
src/crash_watch.rs poll every 10s; fire HelperEvent::ContainerCrash
|
||||
when a previously-running container disappears
|
||||
without an operator-initiated transient (or a
|
||||
|
|
|
|||
Loading…
Reference in a new issue