macro_rules! request_span {
($method:expr, $path:expr, $service:expr) => { ... };
}Expand description
Create a span for request handling
macro_rules! request_span {
($method:expr, $path:expr, $service:expr) => { ... };
}Create a span for request handling