pub fn register_runtime_metrics(
name: &'static str,
runtime_metrics: RuntimeMetrics,
registry: &MetricsRegistry,
)Available on crate feature
metrics only.Expand description
Register the Tokio runtime’s metrics in our metrics registry.