pub fn trace_worker_operation(
worker_id: &str,
operation: &str,
active_tasks: Option<usize>,
duration: Option<Duration>,
success: bool,
error: Option<&str>,
)Available on crate feature
tracing only.Expand description
Trace worker operation with context