Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-observability-exporting-opentelemetry-data-export-to-honeycomb-workflow-guide.mdA 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.textA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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