macro_rules! observability_span {
($plugin:expr_2021, $name:expr_2021, $($attr_key:expr_2021 => $attr_val:expr_2021),*) => { ... };
($plugin:expr_2021, $name:expr_2021) => { ... };
}Expand description
Conditional span creation macro
macro_rules! observability_span {
($plugin:expr_2021, $name:expr_2021, $($attr_key:expr_2021 => $attr_val:expr_2021),*) => { ... };
($plugin:expr_2021, $name:expr_2021) => { ... };
}Conditional span creation macro