Function write_help_line
pub fn write_help_line(
buffer: &mut String,
name: &str,
unit: Option<Unit>,
suffix: Option<&'static str>,
desc: &str,
)Expand description
Writes a help (description) line in the Prometheus exposition format.