fn gauge(
name: &str,
unit: &str,
description: &str,
points: Vec<NumberDataPoint>,
) -> MetricExpand description
One instantaneous reading. Not a Sum with is_monotonic: false, which is
the other legal spelling: a gauge is what every consumer’s default renderer
expects for “the value right now”, and being unusual here buys nothing.