You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/observability/investigate/query-builder.mdx
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,13 +44,25 @@ The Query Builder is available to all developers and requires no enablement. Que
44
44
45
45
TODO
46
46
47
-
## Save Queries
47
+
## Save queries
48
48
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.
50
50
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.
52
52
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.
0 commit comments