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
We need this setting... we encountered a heavy load situation where we need to conditionally instrument a given process due to resource constraints on a machine.
I almost went ahead and tried to use it but decided to check in the repo first and found out it was not being honored.
We'll probably have to create a custom version of the AddOpenTelemetry method that respects this flag now on our side. And hopefully later we can just replace the implementation/update the package without having to reconfigure it.
Feature Request
Support for
OTEL_SDK_DISABLED
based on https://github.com/open-telemetry/opentelemetry-specification/blob/dd47c009da1de335c540decc5d5930e46ea61916/specification/sdk-environment-variables.md?plain=1#L71Previous PR: #3639
Additional Context
Found while working on open-telemetry/opentelemetry-dotnet-instrumentation#2009
The text was updated successfully, but these errors were encountered: