Closed hairyhenderson closed 2 weeks ago
/assign-me
👋 Hey @hairyhenderson, this issue is already assigned to @thomaspoignant.
⚠️ It will become unassigned if it isn't closed within 10 days.
🔧 A maintainer can also add you to the list of assignees or swap you with the current assignee.
Well I tried - either way I'm going to take this on, it's a simple fix 😉
https://github.com/thomaspoignant/go-feature-flag/pull/2579 should solve this 🙂
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