Skip to main content

gauge

Function gauge 

Source
fn gauge(
    name: &str,
    unit: &str,
    description: &str,
    points: Vec<NumberDataPoint>,
) -> Metric
Expand 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.