Traces using opentelemetry SDK to EDOT collector does not show the url path

I’m trying opentelemetry in elasticstack, currently i’m using this: OpenTelemetry node js SDK → EDOT collector → Elasticsearch

For sdk, i use autoinstrumentation using opentelemetry operator. For EDOT collector, I used the default config provided by elastic documentation.

The traces appears in the UI, but it is missing url path:

When clicking the trace for detail, some display path and some not:

I think the span name is also different. The span with path has the span.name with the path, while the one with ‘GET’ Only has span.name with ‘GET’

Is this normal behavior?

Kibana version: 9.1

Elasticsearch version: 9.1