pub fn add_product_gauge(
handle: ProductMetricHandle,
label_values: &[&str],
value: f64,
) -> ProductMetricResult<()>Expand description
Adds to a registered product gauge.
pub fn add_product_gauge(
handle: ProductMetricHandle,
label_values: &[&str],
value: f64,
) -> ProductMetricResult<()>Adds to a registered product gauge.