-
Notifications
You must be signed in to change notification settings - Fork 896
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
Make OTEL_EXPERIMENTAL_SDK_ENABLED
stable
#2667
Comments
Hi @brunobat! |
@brunobat What's the semantics of this attribute? |
This explains the experimental... |
Hmm, I may have misunderstood. I thought this is a semantic convention for an attribute, which doesn't seem to be the case. Is this a name for an environment variable? Please provide the full context and more details. |
This is an environment variable allowing or disabling the operation OpenTelementry SDK. Edited on the 1st comment to make it clearer. |
The current env variables are defined here /~https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md The convention is to use underscores as word separators. The proposed new env variable does make sense to me. I can see how one would want to disable the entire SDK (our default is to start sending to localhost OTLP which may not be desirable). |
Triaged as @open-telemetry/specs-approvers I triaged as |
FYI, as written, |
Correct @jkwatson. Updated my 1st comment. |
otel.experimental.sdk.enabled
stableOTEL_EXPERIMENTAL_SDK_ENABLED
stable
This issue now depends on #2729 |
We would like
otel.experimental.sdk.enabled
java system property to become permanent and be calledotel.sdk.enabled
.This would be the env. variable: OTEL_EXPERIMENTAL_SDK_ENABLED
This request comes from the Eclipse MicroProfile (MP) Tracing group, which uses the OTel Tracing part.
We aim to use the properties already defined by OTel, however we cannot perform a stable release requiring the use of experimental features.
We currently see no reason to not make permanent the behaviour controlled by this property.
This issue was originally discussed here: open-telemetry/opentelemetry-java#4589
The text was updated successfully, but these errors were encountered: