Expand description
Contains definitions of metric types.
Structs§
- Multi
Counter - Represents a vector of named monotonic unsigned integer counters. Wrapper for IntCounterVec type
- Multi
Gauge - Represents a vector of gauges with floating point values. Wrapper for GaugeVec type
- Multi
Histogram - Represents a vector of histograms with floating point values. Wrapper for HistogramVec type
- Simple
Counter - Represents a simple monotonic unsigned integer counter. Wrapper for IntCounter type
- Simple
Gauge - Represents a simple gauge with floating point values. Wrapper for Gauge type
- Simple
Histogram - Represents a histogram with floating point values. Wrapper for Histogram type
- Simple
Timer - Represents a timer handle.
Functions§
- gather_
all_ metrics - Gathers all the global Prometheus metrics.