cloudflare · Cloudflare Workers Docs
Workers Metrics and analytics
Explains how to use Workers metrics to diagnose performance and usage issues by analyzing request counts, success/error rates, subrequests, and invocation statuses within the Cloudflare dashboard.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Metrics and analytics
Explains how to use Workers metrics to diagnose performance and usage issues by analyzing request counts, success/error rates, subrequests, and invocation statuses within the Cloudflare dashboard.
When To Use
Use when you need to diagnose Worker errors, monitor request success rates, or analyze subrequest patterns to understand workload performance.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-observability-metrics-and-analytics-workflow-guide.md | An overview of Cloudflare Workers metrics and zone-based analytics, including details on requests, subrequests, and wall time per execution. | Questions about an overview of Cloudflare Workers metrics and zone-based analytics, including details on requests, subrequests, and w... |
What This Skill Covers
- There are two graphical sources of information about your Workers traffic at a given time: Workers metrics and zone-based Workers analytics.
- Main sections:
Workers metrics,Requests,Subrequests,Wall time per execution,CPU Time per execution.
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/metrics-and-analytics
