Macro instrument

Source
macro_rules! instrument {
    ($telemetry:expr, $operation:expr) => { ... };
    ($telemetry:expr, $operation:expr, $($attr:expr),*) => { ... };
}
Expand description

Macro for creating instrumented operations.