Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-observability-metrics-and-analytics-workflow-guide.mdAn 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

  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/metrics-and-analytics