observe_product_histogram

Function observe_product_histogram 

Source
pub fn observe_product_histogram(
    handle: ProductMetricHandle,
    label_values: &[&str],
    value: f64,
) -> ProductMetricResult<()>
Expand description

Observes a registered product histogram.

ยงErrors

Returns an error when the handle kind or label count does not match the histogram.