[FEATURE REQ] Switch to .NET 10 SchemaURL instead of az.schema_url
when possible
#48535
Labels
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
OpenTelemetry
OpenTelemetry instrumentation (not Monitor-specific)
Milestone
Library name
Azure.Core
Please describe the feature.
Use Formally defined OTel schema url introduced in dotnet/runtime#113034 instead of custom
az.schema_url
attribute on .NET 10+.Using reflection would be challenging (due to AOT), so we might need to wait until we can take dependency on the corresponding DiagnosticSource version (which ships out of band, but we still update it very slowly).
The text was updated successfully, but these errors were encountered: