fn format_prometheus_sample_value(value: f64) -> StringExpand description
Formats a sample value for the Prometheus HTTP API.
Finite sample strings use ryu’s shortest-roundtrip representation and may
differ textually from previous Rust/Prometheus wire formatting; values parse
identically. Non-finite values retain Rust’s f64::to_string() output.