package prom
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Prom
Source
cumulate hist
is the cumulative histogram of hist
, suitable to ingestion by Prometheus.
complex_cum count sum data
is a complex
value constructed from count
, sum
and data
where data
is a cumulated histogram or CDF.
complex_cum count sum data
is a complex
value constructed from count
, sum
and data
where data
is a cumulated histogram or CDF.
complex count sum data
is a complex
value constructed from count
, sum
and data
where data
is a non-cumulated histogram.
A kv map (label) uniquely identifying a time series.
Type of a metric. A metric associates a time series to a set of labels.
Type of a time series. Contains an optional timestamp.
Type of a Prometheus metric. Contains a name, an optional help text, a type, and labels associated to a value.
add_labels labels t
will add labels
to all series in t
.