Skip to main content
Mastra v1 is coming in January 2026. Get ahead by starting new projects with the beta or upgrade your existing project today.

Dash0

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

ConfigurationDirect link to Configuration

To use Dash0 with Mastra, 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>

ImplementationDirect link to Implementation

Here's how to configure Mastra to use Dash0:

import { Mastra } from "@mastra/core";

export const mastra = new Mastra({
// ... other config
telemetry: {
serviceName: "your-service-name",
enabled: true,
export: {
type: "otlp",
},
},
});

DashboardDirect link to Dashboard

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

On this page