Module opentelemetry::metrics::sdk_api[][src]

This is supported on crate feature metrics only.
Expand description

Metrics SDK API

Traits

AsyncInstrumentCore

An implementation-level interface to an asynchronous instrument (e.g., Observer instruments).

InstrumentCore

A common interface for synchronous and asynchronous instruments.

MeterCore

The interface an SDK must implement to supply a Meter implementation.

SyncBoundInstrumentCore

The implementation-level interface to a generic synchronous bound instrument

SyncInstrumentCore

The implementation-level interface to a generic synchronous instrument (e.g., ValueRecorder and Counter instruments).