Module prometheus::local [−][src]
Unsync local metrics, provides better performance.
Structs
| AFLocalCounter | Auto flush-able local counter |
| AFLocalHistogram | Auto flush-able local counter |
| LocalHistogram | An unsync |
| LocalHistogramTimer | An unsync |
| LocalHistogramVec | An unsync |
Traits
| CounterDelegator | Delegator for auto flush-able local counter |
| CounterWithValueType | For auto_flush::AFLocalCounter to use to make type inference possible |
| HistogramDelegator | Delegator for auto flush-able local counter |
| LocalMetric | An interface models a Metric only usable in single thread environment. |
| MayFlush | An interface models a LocalMetric with try to flush functions. Not intend to be implemented by user manually, used in macro generated code. |
Type Definitions
| LocalCounter | An unsync |
| LocalCounterVec | An unsync |
| LocalIntCounter | The integer version of |
| LocalIntCounterVec | The integer version of |