wasmcloud_tracing::global

Function meter

Source
pub fn meter(name: &'static str) -> Meter
Expand description

Creates a named Meter via the currently configured global MeterProvider.

This is a more convenient way of expressing global::meter_provider().meter(name).