macro_rules! instrument {
($telemetry:expr, $operation:expr) => { ... };
($telemetry:expr, $operation:expr, $($attr:expr),*) => { ... };
}Expand description
Macro for creating instrumented operations.
macro_rules! instrument {
($telemetry:expr, $operation:expr) => { ... };
($telemetry:expr, $operation:expr, $($attr:expr),*) => { ... };
}Macro for creating instrumented operations.