You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A span emitted for a 404 route (e.g. /does-not-exist) has the http.route attribute incorrectly set to /, which results in it being grouped & named incorrectly.
A span emitted for a 404 route (e.g. /does-not-exist) has the
http.routeattribute incorrectly set to/, which results in it being grouped & named incorrectly.This needs to be fixed upstream in otel for v4 of express: open-telemetry/opentelemetry-js-contrib#1947
http.route == "/"if every path matches open-telemetry/opentelemetry-js-contrib#1947