A Counter contains a value that can only be incremented.
A Counter contains a value that can only be incremented. Increments are not threadsafe.
The metric name.
Metric description if provided.
map of (label name, label value) pairs to counter values
A Gauge metric represents a single numerical value that can arbitrarily go up and down.
A Gauge metric represents a single numerical value that can arbitrarily go up and down.
The metric name.
Metric description if provided.
map of (label name, label value) pairs to the current gauge values
A metric to be exposed.
Components able to provide metrics.
Expose cuttle metrics via the prometheus protocol.