Function prometheus_parser::parse_text
source ยท pub fn parse_text(input: &str) -> Result<Vec<MetricGroup>, ParserError>
Expand description
Parse the given text input, and group the result into higher-level metric types based on the declared types in the text.