Struct opentelemetry::metrics::noop::NoopMeterProvider[][src]

pub struct NoopMeterProvider { /* fields omitted */ }
This is supported on crate feature metrics only.
Expand description

A no-op instance of a MetricProvider

Implementations

Create a new no-op meter provider.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Creates an implementation of the Meter interface. The instrumentation name must be the name of the library providing instrumentation. This name may be the same as the instrumented code only if that code provides built-in instrumentation. If the instrumentation name is empty, then a implementation defined default name will be used instead. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.