Macro histogram_vec_sample_sum

Source
macro_rules! histogram_vec_sample_sum {
    ($metric:expr, $label_vals:expr) => { ... };
}
Expand description

Gets the sum of values of an HistogramVec or logs an error if the metric is not found Returns 0.0 if the metric is not found