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
According to the spec, the http.route parameter should be the low-cardinality template route like /user/:id. In the http instrumentation, we don't have access to that information and we populate the whole route like /user/123 but that information is already available in the http.target attribute.
The text was updated successfully, but these errors were encountered:
It seems to me we should actually not be setting the route parameter.
Originally posted by @dyladan in #2487 (comment)
According to the spec, the http.route parameter should be the low-cardinality template route like
/user/:id
. In the http instrumentation, we don't have access to that information and we populate the whole route like/user/123
but that information is already available in thehttp.target
attribute.The text was updated successfully, but these errors were encountered: