Closed
Description
It's currently possible for users to to set the OTEL_
env vars when deploying, like OTEL_EXPORTER_OTLP_ENDPOINT
and OTEL_EXPORTER_OTLP_HEADERS
.
This is mostly when using our sync env vars extensions.
This messes things up because we need these to be set to specific values and the user provided ones are overriding ours. The result is that no logs get sent to us and the Run page is empty.
Fix
Ignore any env vars starting OTEL_
, I think we already have an array of env vars to ignore. Don't throw an error because it will make the sync script painful for users.
Metadata
Metadata
Assignees
Labels
No labels