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

Re-exports

pub use counter::Counter;
pub use counter::CounterHandle;
pub use gauge::Gauge;
pub use gauge::GaugeHandle;
pub use measure::Measure;
pub use measure::MeasureHandle;
pub use value::MeasurementValue;

Modules

counter
gauge
measure
noop
value

Structs

Measurement
Options

Traits

Instrument

The implementation-level interface to Set/Add/Record individual metrics without precomputed labels.

InstrumentHandle

The implementation-level interface to Set/Add/Record individual metrics with precomputed labels.

LabelSet
Meter

Meter is an interface to the metrics portion of the OpenTelemetry SDK.