macro_rules! span_with_context {
($level:expr, $name:expr, $($key:expr => $value:expr),*) => { ... };
}
Expand description
Custom span creation with common attributes
macro_rules! span_with_context {
($level:expr, $name:expr, $($key:expr => $value:expr),*) => { ... };
}
Custom span creation with common attributes