Get optional queue statistics (pending, active, external counts per lane).
(&self)
| 1266 | |
| 1267 | /// Get optional queue statistics (pending, active, external counts per lane). |
| 1268 | pub async fn queue_stats(&self) -> SessionQueueStats { |
| 1269 | QueueControl::from_session(self).stats().await |
| 1270 | } |
| 1271 | |
| 1272 | /// Get a metrics snapshot from the optional queue (if metrics are enabled). |
| 1273 | pub async fn queue_metrics(&self) -> Option<MetricsSnapshot> { |