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.
pub fn parse_text(input: &str) -> Result<Vec<MetricGroup>, ParserError>
Parse the given text input, and group the result into higher-level metric types based on the declared types in the text.