macro_rules! histogram_vec_sample_count {
($metric:expr, $label_vals:expr) => { ... };
}
Expand description
Gets the count of values of an HistogramVec or logs an error if the metric is not found Returns 0 if the metric is not found
macro_rules! histogram_vec_sample_count {
($metric:expr, $label_vals:expr) => { ... };
}
Gets the count of values of an HistogramVec or logs an error if the metric is not found Returns 0 if the metric is not found