[][src]Module opentelemetry::api::metrics::noop

No-op OpenTelemetry Metrics Implementation

This implementation is returned as the global Meter if no Meter has been set. It is also useful for testing purposes as it is intended to have minimal resource utilization and runtime impact.

Structs

NoopCounter

A no-op instance of a Counter.

NoopGauge

A no-op instance of a Gauge.

NoopHandle

A no-op instance of all metric InstrumentHandler

NoopLabelSet

A no-op instance of LabelSet.

NoopMeasure

A no-op instance of a Measure.

NoopMeter

A no-op instance of a Meter.