pub fn register_queue(name: TrackedLimit, capacity: usize) -> Arc<QueueGauge> ⓘExpand description
Register a bounded queue (the LimitCategory::Queue case) with the global
registry. Convenience over QueueRegistry::global + QueueRegistry::register.