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
pub fn openmetrics(
input: &str,
) -> IResult<&str, Vec<Family<'_>>, VerboseError<&str>>Parse an OpenMetrics-format exposition
This must be terminated with # EOF. See also prometheus