-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDK] Support OTEL_SDK_DISABLED environment variable #3245
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for opentelemetry-cpp-api-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3245 +/- ##
==========================================
+ Coverage 87.80% 87.84% +0.05%
==========================================
Files 198 202 +4
Lines 6324 6345 +21
==========================================
+ Hits 5552 5573 +21
Misses 772 772
|
@marcalff Thanks for the PR. Just a thought—rather than including set-provider methods in the SDK that check for the |
Thanks for the suggestion. I considered it as well, but decided against it for the following reasons:
As a result, the current proposal:
As for environment variables changing during the process execution, In my understanding, |
Fixes #1631
Changes
Please provide a brief description of the changes here.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes