channels-console - Real-time monitoring, metrics and logs for Rust channels
github.com·5h·
Discuss: r/rust
Flag this post

Real-time monitoring, metrics and logs for Rust channels

A lightweight, easy-to-use tool for real-time visibility into your Rust channels. Track queue depth, processing delay, throughput, and memory usage. Instantly spot slow consumers, overloaded producers, or capacity issues.

Supports std::sync, Tokio and futures-rs channels - with more on the way.

Features

  • Zero-cost when disabled — fully gated by a feature flag
  • Minimal configuration - just one instrument! macro to start collecting metrics
  • Detailed stats - per channel status, sent/received messages, queue capacity, and memory usage
  • Background processing - mini…

Similar Posts

Loading similar posts...