pub fn metrics(meter: impl Into<Metrics>) -> MetricsExpand description
Constructs a Metrics handler from a &'static str, [Meter], or [&Meter][Meter].
Alias for Metrics::new and Metrics::from
pub fn metrics(meter: impl Into<Metrics>) -> MetricsConstructs a Metrics handler from a &'static str, [Meter], or [&Meter][Meter].
Alias for Metrics::new and Metrics::from