Semantic conventions says server.address should just be the host. MEAI is including the path and scheme which is wrong.
https://opentelemetry.io/docs/specs/semconv/registry/attributes/server/
In OpenTelemetryChatClient and OpenTelemetryEmbeddingGenerator get address from Uri with Host instead of GetLeftParth.
Semantic conventions says
server.addressshould just be the host. MEAI is including the path and scheme which is wrong.https://opentelemetry.io/docs/specs/semconv/registry/attributes/server/
In OpenTelemetryChatClient and OpenTelemetryEmbeddingGenerator get address from Uri with Host instead of GetLeftParth.