pub fn set_product_gauge(
handle: ProductMetricHandle,
label_values: &[&str],
value: f64,
) -> ProductMetricResult<()>Expand description
Sets a registered product gauge.
ยงErrors
Returns an error when the handle kind or label count does not match the registered gauge.