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
After #2482 and #2485, tracing won't initialize unless the openTelemetryOtlpEndpoint config entry is set. When I'm using OTEL_EXPORTER_OTLP_ENDPOINT instead I'd rather not have to specify it in the configuration as well.
Expected Behavior
Tracing should be disabled via OTEL_SDK_DISABLED=true, otherwise it should be enabled by default.
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered:
Observed behaviour
After #2482 and #2485, tracing won't initialize unless the
openTelemetryOtlpEndpoint
config entry is set. When I'm usingOTEL_EXPORTER_OTLP_ENDPOINT
instead I'd rather not have to specify it in the configuration as well.Expected Behavior
Tracing should be disabled via
OTEL_SDK_DISABLED=true
, otherwise it should be enabled by default.Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: