Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langtrace.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Dash0 is an OpenTelemetry native observability solutions that helps developers monitor their applications and troubleshoot issues. It provides features for monitoring and analyzing traces, metrics, and logs as well as support for other CNCF projects like Perses.

Environment Variables

Set up the following environment variables to enable OpenTelemetry tracing and send traces to Dash0:
OTEL_EXPORTER_OTLP_ENDPOINT="https://ingress.<region>.aws.dash0.com"
OTEL_EXPORTER_OTLP_HEADERS="Authentication=Bearer <your-accces-token>"
OTEL_RESOURCE_ATTRIBUTES=service.name=<your-service-name>"
OTEL_EXPORTER_OTLP_PROTOCOL="http"
For the OTEL_EXPORTER_OTLP_PROTOCOL, both grpc and http protocols are supported. Choose the one that correlates to the chosen endpoint.