Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/workers/observability/query-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ sidebar:

---

import { TabItem, Tabs, Steps, Render, WranglerConfig, YouTube, Markdown } from "~/components"
import { TabItem, Tabs, Steps, Render, WranglerConfig, Stream, Markdown } from "~/components"

The Query Builder helps you write structured queries to investigate and visualize your telemetry data. The Query Builder searches the Workers Observability dataset, which currently includes all logs stored by [Workers Logs](/workers/observability/logs/workers-logs/).

The Query Builder can be found in the [Workers' Observability tab in the Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers-and-pages/observability/investigate/).

<YouTube id="nu4pTU8fR78" />
<Stream id="70179c3e99fc56fe23c2f8483482b238" title="Query Builder Demo" />

## Enable Query Builder

Expand Down