Macro int_counter_get

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

Gets the value of an IntCounter or logs an error if the metric is not found