pub fn meter(name: impl Into<Cow<'static, str>>) -> MeterAvailable on crate feature
telemetry only.Expand description
Creates a named Meter via the configured GlobalMeterProvider.
If the name is an empty string, the provider will use a default name.
This is a more convenient way of expressing global::meter_provider().versioned_meter(name, None, None, None).