macro_rules! histogram_vec_time_micros {
($metric:expr, $label_vals:expr, $expr:expr) => { ... };
}
Expand description
Observe the time it takes to execute an expression, record that time in microseconds in a
HistogramVec
, and return the result of that expression