lightstep / otel-launcher-go

Launcher, a Lightstep Distro for OpenTelemetry Go 🚀
Apache License 2.0
115 stars 27 forks source link

Support OTEL_EXPORTER_OTLP_TRACES_ENDPOINT #89

Open codeboten opened 2 years ago

codeboten commented 2 years ago

As per the specification https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#opentelemetry-protocol-exporter, the environment variable is TRACES, not SPAN.

carlosalberto commented 2 years ago

oops, we should do a review in other launchers, in case we are missing something (the Java one has this up to date, but others may not, etc -- likewise for the rest of the settings).

codeboten commented 2 years ago

I reviewed the other launchers, confirmed that at least this env variable is supported.