cloudflare · Cloudflare Workers Docs
Workers Observability
Overview of Cloudflare Workers observability capabilities including log management, distributed tracing, performance metrics, query building, and OpenTelemetry data exportation.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Observability
Overview of Cloudflare Workers observability capabilities including log management, distributed tracing, performance metrics, query building, and OpenTelemetry data exportation.
When To Use
Use when you need to implement monitoring, troubleshoot application errors, trace request lifecycles, or export telemetry data to external providers like Honeycomb or Grafana.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-observability-workflow-guide.md | An overview of Cloudflare Workers observability features including logs, traces, metrics, analytics, and the query builder. | Questions about an overview of Cloudflare Workers observability features including logs, traces, metrics, analytics, and the query bu... |
What This Skill Covers
- Cloudflare Workers provides comprehensive observability tools to help you understand how your applications are performing, diagnose issues, and gain insights...
- Main sections:
Logs,Traces,Metrics and analytics,Query Builder,Exporting data.
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
