Document that TracingClient
is for internal usage within Azure SDKs
#31096
Labels
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
OpenTelemetry
OpenTelemetry instrumentation (not Monitor-specific). For the issues related to the @azure/ope
Following up on #30800 (comment), we should document that
tracingClient
and other core-tracing primitives are not intended for end-users.They are helpers that azure core provides for Azure SDKs.
The end users are expected to use OTel (or their telemetry SDK) functionality to create spans - e.g. OTel provides some experimental convenience - https://github.com/open-telemetry/opentelemetry-js/blob/main/api/src/experimental/trace/SugaredTracer.ts on top of a bit less convenient stable APIs
The text was updated successfully, but these errors were encountered: