Pulse/internal/dockeragent
rcourtman 32392d1212 Add disk metrics, block I/O, and mount details to Docker monitoring
Extends Docker container monitoring with comprehensive disk and storage information:
- Writable layer size and root filesystem usage displayed in new Disk column
- Block I/O statistics (read/write bytes totals) shown in container drawer
- Mount metadata including type, source, destination, mode, and driver details
- Configurable via --collect-disk flag (enabled by default, can be disabled for large fleets)

Also fixes config watcher to consistently use production auth config path instead of following PULSE_DATA_DIR when in mock mode.
2025-10-29 12:05:36 +00:00
..
agent.go Add disk metrics, block I/O, and mount details to Docker monitoring 2025-10-29 12:05:36 +00:00
agent_internal_test.go feat: finalize swarm service monitoring (#598) 2025-10-26 09:35:49 +00:00
swarm.go feat: finalize swarm service monitoring (#598) 2025-10-26 09:35:49 +00:00
system.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
version.go Normalize docker agent version handling 2025-10-28 08:42:58 +00:00