diff --git a/contrib/net/http/http.go b/contrib/net/http/http.go index 2382866ab8..e3bc74244b 100644 --- a/contrib/net/http/http.go +++ b/contrib/net/http/http.go @@ -75,7 +75,6 @@ func WrapHandler(h http.Handler, service, resource string, opts ...Option) http. Resource: resource, FinishOpts: cfg.finishOpts, SpanOpts: cfg.spanOpts, - Route: req.URL.EscapedPath(), }) }) }