openmetrics

Function openmetrics 

Source
pub fn openmetrics(
    input: &str,
) -> IResult<&str, Vec<Family<'_>>, VerboseError<&str>>
Expand description

Parse an OpenMetrics-format exposition

This must be terminated with # EOF. See also prometheus