pub fn unique_instrument_meter_core<T>(core: T) -> UniqueInstrumentMeterCorewhere
    T: AnyMeterCore + Send + Sync + 'static,
Available on crate feature metrics only.
Expand description

Create a new UniqueInstrumentMeterCore from a InstrumentProvider.