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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-observability-query-builder-workflow-guide.md | A 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.text | A 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.text | A 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
- 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/query-builder
