Honeycomb is a leading observability platform for understanding and troubleshooting complex systems. This guide will walk you through the steps to integrate Langtrace with Honeycomb, enabling you to visualize and analyze the traces generated by Langtrace.
Set up the following environment variables to enable OpenTelemetry tracing and send traces to Honeycomb:
Copy
export OTEL_EXPORTER_OTLP_ENDPOINT="https://api.honeycomb.io"#export OTEL_EXPORTER_OTLP_ENDPOINT="https://api.eu1.honeycomb.io" # EU instanceexport OTEL_SERVICE_NAME="your-service-name"export OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=<your-api-key>"
The Honeycomb API key should have the necessary permissions to create datasets
and ingest traces
Additional Honeycomb ConfigurationFor more advanced configuration options or to send data using Go, Typescript and other languages, please refer to the Honeycomb documentation: