pub fn observe_product_histogram(
handle: ProductMetricHandle,
label_values: &[&str],
value: f64,
) -> ProductMetricResult<()>Expand description
Observes a registered product histogram.
pub fn observe_product_histogram(
handle: ProductMetricHandle,
label_values: &[&str],
value: f64,
) -> ProductMetricResult<()>Observes a registered product histogram.