Dash0 Raises $35 Million Series A to Build the First AI-Native Observability Platform
Monitor Cloudflare Workers applications with distributed tracing and logging via OpenTelemetry export to Dash0.
Cloudflare Workers is a serverless computing platform that runs on Cloudflare's global network, enabling you to deploy code at the edge for ultra-low latency. Workers applications can natively export OpenTelemetry-compliant traces and logs to help you understand request flows, performance characteristics, and troubleshoot issues across distributed edge locations.
By sending Cloudflare Workers telemetry to Dash0, you gain unified visibility into your edge applications alongside your backend services, enabling end-to-end observability across your entire application stack.
Cloudflare Workers natively supports OpenTelemetry export for both traces (beta) and logs. This integration configures your Workers to send telemetry data directly to Dash0's ingestion endpoints using OTLP (OpenTelemetry Protocol). Once configured, your Workers will automatically export trace spans for request handling and any logs you emit during execution.
Before setting up Cloudflare Workers monitoring, ensure:
/v1/traces/v1/logsNavigate to your Cloudflare account's Workers Observability section to create destinations that point to Dash0.
dash0-traces (or any descriptive name)/v1/traces)AuthorizationBearer {{token}}Dash0-Datasetdefault)
dash0-logs (or any descriptive name)/v1/logs)AuthorizationBearer {{token}} (same as above)Dash0-Datasetdefault)
With your destinations created in the Cloudflare dashboard, update your Worker's wrangler.toml configuration file to
enable telemetry export:
Alternatively, if using JSON configuration (wrangler.json):
After updating your configuration, deploy your Worker for the changes to take effect:
service.name attribute matching your Worker name