pub fn parse_samples(text: &str) -> Vec<Sample>Available on crate features
cli-progress or cli-tui only.Expand description
Parse the Prometheus text exposition format, skipping # HELP / # TYPE
comments and lines that don’t parse (robustness over strictness — a live
view must never crash on exporter output).