pub fn register_histogram_vec(
name: &str,
description: &str,
label_names: &[&str],
buckets: Option<Vec<f64>>,
) -> HistogramVecExpand description
Wrapper around Prometheus register_histogram_vec! macro which also sets the linera namespace