cloudflare · Cloudflare Workers Docs
Workers Exporting OpenTelemetry Data
Configures Cloudflare Workers to export traces and logs to OpenTelemetry-compatible observability providers by setting up destinations and enabling export functionality.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Exporting OpenTelemetry Data
Configures Cloudflare Workers to export traces and logs to OpenTelemetry-compatible observability providers by setting up destinations and enabling export functionality.
When To Use
Use when you need to integrate Cloudflare Workers telemetry data like traces and logs into external monitoring stacks such as Honeycomb, Grafana, or New Relic.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-observability-exporting-opentelemetry-data-workflow-guide.md | A guide explaining how to export OpenTelemetry-compliant telemetry data from Cloudflare Workers to compatible destinations. | Questions about a guide explaining how to export OpenTelemetry-compliant telemetry data from Cloudflare Workers to compatible destina... |
examples/workers-observability-exporting-opentelemetry-data-cloudflare-workers-op.text | A wrangler.toml configuration snippet demonstrating how to enable and configure OpenTelemetry traces and logs for Cloudflare Workers. | Exact payloads, commands, or snippets shown in A wrangler.toml configuration snippet demonstrating how to enable and configure OpenTelemetry traces and logs for Clo... |
examples/workers-observability-exporting-opentelemetry-data-cloudflare-workers-op-2.text | A TOML configuration snippet defining observability settings for enabling OpenTelemetry traces and logs in Cloudflare Workers. | Exact payloads, commands, or snippets shown in A TOML configuration snippet defining observability settings for enabling OpenTelemetry traces and logs in Cloudflare... |
What This Skill Covers
- Cloudflare Workers supports exporting OpenTelemetry (OTel)-compliant telemetry data to any destination with an available OTel endpoint, allowing you to integ...
- Main sections:
Supported telemetry types,Available OpenTelemetry destinations,Setting up OpenTelemetry-compatible destinations,Creating a destination,Enabling OpenTelemetry export for your Worker.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/observability/exporting-opentelemetry-data
