Crate prometheus_parser

Source

Modules§

proto

Structs§

GroupKey
HistogramBucket
HistogramMetric
MetricGroup
SimpleMetric
SummaryMetric
SummaryQuantile

Enums§

ErrorKind
GroupKind
ParserError

Constants§

METRIC_NAME_LABEL

Functions§

parse_request
Parse the given remote_write request, grouping the metrics into higher-level metric types based on the metadata.
parse_text
Parse the given text input, and group the result into higher-level metric types based on the declared types in the text.