cloudflare · Cloudflare Workers Docs
Workers Export to Honeycomb
Configures Cloudflare Workers to export OpenTelemetry-compliant traces and logs to Honeycomb by setting up API keys, OTLP endpoints, and Cloudflare observability destinations.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Export to Honeycomb
Configures Cloudflare Workers to export OpenTelemetry-compliant traces and logs to Honeycomb by setting up API keys, OTLP endpoints, and Cloudflare observability destinations.
When To Use
Use when you need to integrate Cloudflare Workers telemetry with Honeycomb for distributed tracing and high-cardinality log analysis.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-observability-exporting-opentelemetry-data-export-to-honeycomb-workflow-guide.md | A guide detailing the steps to configure Cloudflare Workers to export OpenTelemetry data to Honeycomb using API keys and OTLP endpoints. | Questions about a guide detailing the steps to configure Cloudflare Workers to export OpenTelemetry data to Honeycomb using API keys... |
examples/workers-observability-exporting-opentelemetry-data-export-to-honeycomb-c.text | A configuration object for enabling OpenTelemetry traces and logs export from Cloudflare Workers to Honeycomb destinations. | Exact payloads, commands, or snippets shown in A configuration object for enabling OpenTelemetry traces and logs export from Cloudflare Workers to Honeycomb destina... |
examples/workers-observability-exporting-opentelemetry-data-export-to-honeycomb-c-2.text | A configuration snippet enabling OpenTelemetry traces and logs for Cloudflare Workers to be exported to Honeycomb destinations. | Exact payloads, commands, or snippets shown in A configuration snippet enabling OpenTelemetry traces and logs for Cloudflare Workers to be exported to Honeycomb des... |
What This Skill Covers
- Honeycomb is an observability platform built for high-cardinality data that helps you understand and debug your applications. By exporting your Cloudflare Wo...
- Main sections:
Prerequisites,Step 1: Get your Honeycomb API key,Step 2: Configure Cloudflare destinations,Honeycomb OTLP endpoints,Configure trace destination.
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/honeycomb
