Skip to main content

Module instruments

Module instruments 

Source
Expand description

Instruments are used to record values for metrics.

Structs§

AsyncInstrumentBuilder
Configuration for building an async instrument.
InstrumentBuilder
Configuration for building a sync instrument.

Traits§

AsyncMeasure
A measurement that can be taken asynchronously.
Histogram
Collects a set of events with an event count and sum for all events.
MonotonicCounter
A counter that monotonically increases.
ProvideInstrument
The entry point to creating instruments. A grouping of related metrics.
UpDownCounter
A counter that can increase or decrease.