You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add Docker stats timeout and safe map iteration
- Add 5-second timeout for Docker ContainerStatsOneShot calls to prevent
indefinite hanging if Docker daemon is unresponsive
- Fix unsafe map iteration in cleanupStaleCPUStats by collecting keys
to delete first before deletion (Go spec undefined behavior fix)
0 commit comments