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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-observability-exporting-opentelemetry-data-export-to-grafana-clo-workflow-guide.md | A 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.text | A 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.text | A 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
- 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/grafana-cloud
