Closed
Description
I've noticed that the undici instrumentation sets the url.full
attribute but does not set the http.url
attribute which I would expect for HTTP client spans.
It only sets these attributes:
opentelemetry-js-contrib/plugins/node/instrumentation-undici/src/undici.ts
Lines 178 to 185 in 9dc58af