package prom
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=c322e9a628ecd817509d4d92e0567f51b7deba9a83324188e48b088528e193c1
sha512=75f1228ec70ae7fda5ca1c54f8676b28a06665c97a672a4d74e1b5bcedc1a76626384553ef654bccfc2c8fdc2e19db0d67a9112088e8475660d77e06a528ff4f
doc/prom/Prom/index.html
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
.