You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to provide more granular control over Azure SDK traces and to align with other languages we should provide an option to disable tracing per request.
The scenario here is:
A customer has enabled OTel tracing via our plugin (opted-in to tracing globally)
A customer wants to suppress a single operation's Azure SDK traces from being created
This may be due to duplicate spans (with an HTTP instrumentation or other plugin provided) or just to reduce noise.
In order to provide more granular control over Azure SDK traces and to align with other languages we should provide an option to disable tracing per request.
The scenario here is:
This may be due to duplicate spans (with an HTTP instrumentation or other plugin provided) or just to reduce noise.
Proposed API:
Name and type TBD, but the goal is to provide a knob to disable tracing for a given request
The text was updated successfully, but these errors were encountered: