Module prometheus::local [] [src]

Structs

LocalCounter
LocalCounterVec
LocalHistogram

LocalHistogram is used for performance and in single-thread. Sometimes, if you very care the performance, you can use the LocalHistogram and then flush the metric interval.

LocalHistogramTimer
LocalHistogramVec

LocalHistogramVec can only be access by a single thread, like LocalHistogram. You can use the LocalHistogramVec, if you very care the performance.