Module sdk_api

Source
Available 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).