Other OpenTelemetry implementations
All OpenTelemetry SDKs should accept the following environment variables in order to configure their implementation of the OTLP+HTTP
exporter:
Environment variable | Value |
---|---|
OTEL_EXPORTER_OTLP_ENDPOINT | https://ga-otlp.lumigo-tracer-edge.golumigo.com |
OTEL_EXPORTER_OTLP_HEADERS | Authorization=LumigoToken <token> |
OTEL_EXPORTER_OTLP_PROTOCOL | http/protobuf |
Replace <token>
with your Lumigo token, which is available in Settings -> Tracing -> Manual tracing
, see the Lumigo Tokens documentation.
Are you having a hard time configuring an OpenTelemetry SDK to work with Lumigo?
If you are having issues connecting an application instrumented with OpenTelemetry with Lumigo, please contact our support.
Updated over 1 year ago