Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Export to Grafana Cloud

Configures Cloudflare Workers to export OpenTelemetry-compliant traces and logs to a Grafana Cloud instance by setting up a destination in the Cloudflare dashboard and updating Worker configuration files.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Export to Grafana Cloud

Configures Cloudflare Workers to export OpenTelemetry-compliant traces and logs to a Grafana Cloud instance by setting up a destination in the Cloudflare dashboard and updating Worker configuration files.

When To Use

Use when you need to integrate Cloudflare Workers telemetry with Grafana Cloud for distributed tracing and log analysis.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-observability-exporting-opentelemetry-data-export-to-grafana-clo-workflow-guide.mdA guide detailing the steps to configure Cloudflare Workers to export OpenTelemetry data to a Grafana Cloud destination.Questions about a guide detailing the steps to configure Cloudflare Workers to export OpenTelemetry data to a Grafana Cloud destination.
examples/workers-observability-exporting-opentelemetry-data-export-to-grafana-clo.textA configuration object for enabling and routing OpenTelemetry traces and logs from Cloudflare Workers to Grafana Cloud destinations.Exact payloads, commands, or snippets shown in A configuration object for enabling and routing OpenTelemetry traces and logs from Cloudflare Workers to Grafana Clou...
examples/workers-observability-exporting-opentelemetry-data-export-to-grafana-clo-2.textA configuration snippet enabling OpenTelemetry traces and logs for Cloudflare Workers to be exported to Grafana Cloud destinations.Exact payloads, commands, or snippets shown in A configuration snippet enabling OpenTelemetry traces and logs for Cloudflare Workers to be exported to Grafana Cloud...

What This Skill Covers

  • Grafana Cloud is a fully managed observability platform that provides visualization, alerting, and analytics for your telemetry data. By exporting your Cloud...
  • Main sections: Prerequisites, Step 1: Access the OpenTelemetry setup guide, Step 2: Set up destination, Step 3: Configure 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/grafana-cloud