Crate copepod

Source
Expand description

An instrumentation tool to track and visualize queue depths of bounded channels in tokio runtime. Provides real-time progress bars to monitor channel queuing behaviour, helping developers to diagnose system issues and identify bottlenecks.

Traits§

ChannelInfo
Trait for channel metadata.

Functions§

hook_channel
Registers a channel with the global registry.
init
Initializes a background task to monitor channel queue depths.