[][src]Module prometheus::local

Unsync local metrics, provides better performance.

Structs

LocalHistogram

An unsync Histogram.

LocalHistogramTimer

An unsync HistogramTimer.

LocalHistogramVec

An unsync HistogramVec.

Traits

LocalMetric

An interface models a Metric only usable in single thread environment.

Type Definitions

LocalCounter

An unsync Counter.

LocalCounterVec

An unsync CounterVec.

LocalIntCounter

The integer version of LocalCounter. Provides better performance if metric values are all integers.

LocalIntCounterVec

The integer version of LocalCounterVec. Provides better performance if metric values are all integers.