cloudflare · Cloudflare Workers Docs
Workers Export to Axiom
Configures the export of OpenTelemetry-compliant traces and logs from Cloudflare Workers to the Axiom analytics platform by setting up Axiom datasets, API tokens, and Cloudflare observability destinations.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Export to Axiom
Configures the export of OpenTelemetry-compliant traces and logs from Cloudflare Workers to the Axiom analytics platform by setting up Axiom datasets, API tokens, and Cloudflare observability destinations.
When To Use
Use when you need to integrate Cloudflare Workers telemetry with Axiom for centralized log storage, trace analysis, and dashboarding.
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-axiom-workflow-guide.md | A guide detailing the steps to configure Cloudflare Workers to export OpenTelemetry data to the Axiom log analytics platform. | Questions about a guide detailing the steps to configure Cloudflare Workers to export OpenTelemetry data to the Axiom log analytics p... |
examples/workers-observability-exporting-opentelemetry-data-export-to-axiom-cloud.text | A configuration object for enabling and routing OpenTelemetry traces and logs from Cloudflare Workers to Axiom destinations. | Exact payloads, commands, or snippets shown in A configuration object for enabling and routing OpenTelemetry traces and logs from Cloudflare Workers to Axiom destin... |
examples/workers-observability-exporting-opentelemetry-data-export-to-axiom-cloud-2.text | A configuration snippet enabling OpenTelemetry traces and logs for Cloudflare Workers to be exported to Axiom destinations. | Exact payloads, commands, or snippets shown in A configuration snippet enabling OpenTelemetry traces and logs for Cloudflare Workers to be exported to Axiom destina... |
What This Skill Covers
- Axiom is a serverless log analytics platform that helps you store, search, and analyze massive amounts of data. By exporting your Cloudflare Workers applicat...
- Main sections:
Prerequisites,Step 1: Create a dataset,Step 2: Get your Axiom API token and dataset,Step 3: Configure Cloudflare destinations,Axiom OTLP endpoints.
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/axiom
