Skip to Content
ReferenceObservabilityProvidersDash0

Dash0 ✅

Dash0, an Open Telementry native observability solution that provides full-stack monitoring capabilities as well as integrations with other CNCF projects like Perses and Prometheus.

Configuration ✅

To use Dash0 with Kastrax, configure these environment variables:

OTEL_EXPORTER_OTLP_ENDPOINT=https://ingress.<region>.dash0.com OTEL_EXPORTER_OTLP_HEADERS=Authorization=Bearer <your-auth-token>, Dash0-Dataset=<optional-dataset>

Implementation ✅

Here’s how to configure Kastrax to use Dash0:

import { Kastrax } from "@kastrax/core"; export const kastrax = new Kastrax({ // ... other config telemetry: { serviceName: "your-service-name", enabled: true, export: { type: "otlp", }, }, });

Dashboard ✅

Access your Dash0 dashboards at dash0.com and find out how to do more Distributed Tracing integrations in the Dash0 Integration Hub

Last updated on