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