Functionsยง
- Monitors temporary stalls in tokio scheduling every MONITOR_INTERVAL. Calls
thread_monitor_report_stall
if more than ALERT_THRESHOLD has elapsed. When the stall clears, we observer the duration in a histogram.
thread_monitor_report_stall
if more than ALERT_THRESHOLD has elapsed.
When the stall clears, we observer the duration in a histogram.