Skip to content

Commit 4494fc2

Browse files
committed
wip
1 parent 9dc92cd commit 4494fc2

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

src/content/docs/workers/observability/investigate/query-builder.mdx

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,25 @@ The Query Builder is available to all developers and requires no enablement. Que
4444

4545
TODO
4646

47-
## Save Queries
47+
## Save queries
4848

49-
TODO
49+
It is recommended to save queries that may be reused for future investigations. You can save a query with a name and a description by selecting the 'Save Query' button. Queries are saved at the account-level and are accessible to all users in the account.
5050

51-
## Share Queries
51+
Saved queries can be re-run by selecting the relevant query from the 'Queries' tab. You can edit the query and save edits.
5252

53-
TODO
53+
Queries can be starred by users. Starred queries are unique to the user, and not to the account.
54+
55+
## Delete queries
56+
57+
Saved queries can be deleted from the 'Queries' tab. If you delete a query, the query is deleted for all users in the account.
58+
59+
<Steps>
60+
1. Select the [Queries](TODO) tab in the Observability dashboard.
61+
2. On the right-hand side, select the three dots for additional actions.
62+
3. Select 'Delete Query' and follow the instructions.
63+
</Steps>
64+
65+
## Share queries
5466

5567
## Example 1
5668

0 commit comments

Comments
 (0)