OpenTelemetry Elixir Configuration
Ship traces from Elixir to OpenSearch with OpenTelemetry
Use OpenTelemetry to easily send Elixir traces to your Logit.io Stack.
APM
Install Integration
Please click on the Install Integration button to configure your stack for this source.
Getting Started
You can get help Getting Started with OpenTelemetry for Elixir by referring to the official documentation (opens in a new tab). You need to configure the OTLP exporter to ensure the trace data reaches your Logit.io Stack.
OTLP HTTP/S Exporter settings:
config :opentelemetry_exporter,
otlp_protocol: :http_protobuf,
otlp_endpoint: "https://@opentelemetry.endpointAddress:@opentelemetry.httpsPort",
otlp_headers: [{"authorization", "Basic @opentelemetry.base64encodedAuthString" }]
For more information about exporter configuration with Elixir please see the documentation (opens in a new tab).
Launch Jaeger to View Your Data
Launch JaegerHow to diagnose no data in Stack
If you don't see data appearing in your stack after following this integration, take a look at the troubleshooting guide for steps to diagnose and resolve the problem or contact our support team and we'll be happy to assist.