Function prometheus_parser::parse_request

source ยท
pub fn parse_request(
    request: WriteRequest,
) -> Result<Vec<MetricGroup>, ParserError>
Expand description

Parse the given remote_write request, grouping the metrics into higher-level metric types based on the metadata.