Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

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

  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