pub fn parse_prometheus_metrics(data: &str) -> Result<HashMap<String, f64>>
Parse Prometheus metrics from a string.