pub fn inc_product_counter(
handle: ProductMetricHandle,
label_values: &[&str],
value: u64,
) -> ProductMetricResult<()>Expand description
Increments a registered product counter.
pub fn inc_product_counter(
handle: ProductMetricHandle,
label_values: &[&str],
value: u64,
) -> ProductMetricResult<()>Increments a registered product counter.