Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Query Builder

Teaches how to enable Workers Logs and use the Cloudflare dashboard Query Builder to construct, filter, and visualize telemetry data using specific operators like Count, Sum, and Average.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Query Builder

Teaches how to enable Workers Logs and use the Cloudflare dashboard Query Builder to construct, filter, and visualize telemetry data using specific operators like Count, Sum, and Average.

When To Use

Use when you need to enable Workers Logs via wrangler configuration or perform structured telemetry investigations using filters, groupings, and visualization operators in the Cloudflare dashboard.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-observability-query-builder-workflow-guide.mdA guide explaining how to use the Workers Query Builder to write structured queries and visualize telemetry data within the Cloudflare dashboard.Questions about a guide explaining how to use the Workers Query Builder to write structured queries and visualize telemetry data with...
examples/workers-observability-query-builder-cloudflare-workers-query-builder-con.textA text-based example of the JSON configuration object used to enable and configure observability settings for the Workers Query Builder.Exact payloads, commands, or snippets shown in A text-based example of the JSON configuration object used to enable and configure observability settings for the Wor...
examples/workers-observability-query-builder-cloudflare-workers-query-builder-con-2.textA configuration snippet for enabling observability and invocation logs within the Workers Query Builder.Exact payloads, commands, or snippets shown in A configuration snippet for enabling observability and invocation logs within the Workers Query Builder.

What This Skill Covers

  • The Query Builder helps you write structured queries to investigate and visualize your telemetry data. The Query Builder searches the Workers Observability d...
  • Main sections: Enable Query Builder, Write a query in the Cloudflare dashboard, Query composition, Visualization, Filter.

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/query-builder