pub fn default_span_name<'a>(
    req: &'a Request,
    ext: &'a Extensions
) -> Cow<'a, str>
Expand description

Determine the name of the span that should be associated with this request.

This tries to be PII safe by default, not including any path information unless specifically opted in using either OtelName or OtelPathNames