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