Observability Tools
Elastic APM
Langtrace and Elastic APM Integration Guide
Overview
Elastic APM is a powerful solution for monitoring the performance of your applications. As Elastic APM is OpenTelemetry (OTel) compatible by default, you will only need to set the following environment variables to start tracing.
We Support all opentelemetry environment variables as well e.g:
OTEL_EXPORTER_OTLP_ENDPOINT
and OTEL_EXPORTER_OTLP_HEADERS
.
Initialize the Langtrace SDK
Troubleshooting
• Traces not visible in Elastic APM:
- Ensure that all required environment variables are set correctly. Double-check the variable names and values.
- Also ensure that your
LANGTRACE_API_HOST
orOTEL_EXPORTER_OTLP_ENDPOINT
is correct. You need to add/v1/traces
at the end of your endpoint.
Additional Resources