[Tracing] Allow Client libraries to configure schema URL #23307
Labels
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
OpenTelemetry
OpenTelemetry instrumentation (not Monitor-specific)
See #23268 (comment) - different SDKs may emit telemetry of slightly different versions and we can't keep them in sync (e.g. servicebus and cosmosdb SDKs are owned by different teams, follow different semantic conventions, and prioritize telemetry differently, i.e. they need to be able to set different schema urls.
We currently hardcode and use schema url here - one for everyone:
azure-sdk-for-go/sdk/tracing/azotel/otel.go
Line 31 in 969cfcd
This is blocker to stabilize tracing plugin (and tracing for anything beyond http).
The text was updated successfully, but these errors were encountered: