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
When using `prisma.config.ts`, environment variables from `.env` files are not automatically loaded. If you're using node or deno, you'll need to:
415
+
When using `prisma.config.ts`, environment variables from `.env` files are not automatically loaded. Using `tsx`, you can pass a `--env-file` flag and that will automatically add those values to `process.env`
Copy file name to clipboardExpand all lines: content/500-platform/10-about.mdx
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,17 @@ In each workspace, you can:
45
45
- invite other users to collaborate in the workspace.
46
46
- access the [Optimize dashboard](https://console.prisma.io/optimize?utm_source=docs&utm_medium=optimize-docs) to measure query performance and receive AI-powered recommendations.
47
47
48
+
### Database Metrics
49
+
50
+
You can have a single workspace that hosts several database. Within each database, you can view
51
+
detailed reports on how your database is performing, with various metrics like:
52
+
53
+
- Average response size
54
+
- Average query duration
55
+
- Total egress
56
+
- Total operations
57
+
- Cache utilization
58
+
48
59
#### Optimize
49
60
50
61
You can access Optimize within your [Prisma Data Platform account](https://console.prisma.io/optimize) workspace.
0 commit comments