Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

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

  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