pub fn trace_layer() -> HttpTraceLayerExpand description
Build a tower_http request tracing layer with the library’s default
HTTP classification (5xx responses and transport errors count as
failures; everything else is a success span).
pub fn trace_layer() -> HttpTraceLayerBuild a tower_http request tracing layer with the library’s default
HTTP classification (5xx responses and transport errors count as
failures; everything else is a success span).