Open cbodin opened 2 months ago
The URL attribute is not set on request traces, causing all requests that use a catch-all route to appear with the same name in monitoring platforms.
For instance, when using Application Insights:
A solution outside the library would be to use the AttributesFromHeaderFunc but that does not currently work, see https://github.com/vercel/otel/issues/121.
AttributesFromHeaderFunc
The URL attribute is not set on request traces, causing all requests that use a catch-all route to appear with the same name in monitoring platforms.
For instance, when using Application Insights:
A solution outside the library would be to use the
AttributesFromHeaderFunc
but that does not currently work, see https://github.com/vercel/otel/issues/121.