Files
foxhunt/services
jgrusewski 8afe53619f feat(trading_service): wire monitoring to real uptime and kill switch status
Replace hardcoded uptime (3600s) with real elapsed time tracked via
Instant::now() in MonitoringServiceImpl constructor. Surface live kill
switch state (active, emergency, unhealthy) as critical_issues strings
in GetSystemStatusResponse. Set sysinfo-dependent CPU/memory/disk/network
metrics to 0.0 with TODO comments pending sysinfo crate integration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 23:40:17 +01:00
..