Macro histogram_sample_sum

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

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