We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
insights
1 parent 70f249b commit e3d9c93Copy full SHA for e3d9c93
src/content/docs/d1/wrangler-commands.mdx
@@ -14,4 +14,16 @@ D1 Wrangler commands use REST APIs to interact with the control plane. This page
14
15
## Global commands
16
17
-<Render file="wrangler-commands/global-flags" product="workers" />
+<Render file="wrangler-commands/global-flags" product="workers" />
18
+
19
+## Experimental commands
20
21
+### `insights`
22
23
+Returns statistics about your queries.
24
25
+```sh
26
+npx wrangler d1 insights <database_name> --<option>
27
+```
28
29
+For more information, see [Query `insights`](/d1/observability/metrics-analytics/#query-insights).
0 commit comments