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: apps/www/_blog/2025-07-17-new-observability-features-in-supabase.mdx
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,17 @@ launchweek: '15'
17
17
18
18
We are starting to add OpenTelemetry support to [all](https://github.com/supabase/storage/pull/494)[our](https://github.com/supabase/auth/pull/679)[core](https://github.com/supabase/edge-runtime/pull/554)[products](https://github.com/supabase/realtime/commit/c9683f3f5f94bd2e37494f02c1f4415551e96e5b) and [our Telemetry server](https://github.com/Logflare/logflare/pulls?q=is%3Apr+otel+sort%3Acreated-asc). OpenTelemetry (OTel) standardizes logs, metrics, and traces in a vendor-agnostic format, so you can ingest data into tools like Datadog, Honeycomb, or any monitoring solution you already use. While you'll still have the freedom to bring your own observability stack, we're preparing to surface this data natively in the Supabase dashboard.
19
19
20
-
Today we are launching
20
+
Today, we are announcing:
21
21
22
-
-Preview of our new logging Interface
22
+
-New Logging Interface (coming soon!)
23
23
- Advanced Product Reports
24
-
- Supabase AI Assistant with debugging capabilities
24
+
- Supabase AI Assistant with debugging capabilities (coming soon!)
25
+
26
+
<Admonitiontype='note'>
27
+
28
+
If you would like early access to the new Logging Interface and Supabase AI Assistant with debugging capabilities please sign up [here](https://forms.supabase.com/unified-logs-signup).
29
+
30
+
</Admonition>
25
31
26
32
These updates mark the first step toward unified, end-to-end observability. You won't get the full OTel visualization just yet, but with these foundations in place, you'll soon be able to trace, analyze errors and performance issues, and troubleshoot your entire stack without leaving Supabase.
27
33
@@ -37,9 +43,9 @@ These updates mark the first step toward unified, end-to-end observability. You
37
43
38
44
## New logging Interface
39
45
40
-
Supabase is a collection of seamlessly integrated services. Storage talks to Postgres via the dedicated connection pooler. Edge Functions can talk to Auth and Realtime. If storage uploads fail, you must determine whether the problem lies with the storage server, the dedicated connection pooler, or the database. Until now, pinpointing the root cause meant jumping between multiple log streams.
46
+
Supabase is a collection of seamlessly integrated services. Storage talks to Postgres via the dedicated connection pooler. Edge Functions can talk to Auth and Realtime. If Storage uploads fail, you must determine whether the problem lies with the Storage server, the dedicated connection pooler, or the database. Previously, pinpointing the root cause meant jumping between multiple log streams.
41
47
42
-
Starting today, there is one interleaved stream of logs across all services. You can trace a single request across the entire Supabase stack. No more jumping between tabs to diagnose errors.
48
+
Now, there is one interleaved stream of logs across all services. You can trace a single request across the entire Supabase stack. No more jumping between tabs to diagnose errors.
43
49
44
50
<Img
45
51
wide
@@ -63,15 +69,15 @@ We have also added contextual log views. You can now jump from a function's invo
63
69
64
70
The new interface also supports filtering logs by the request status code, method, path, log level and the auth user associated with the request. This means you can quickly find all Postgrest 500 errors, or all requests made by a specific user with a few clicks.
65
71
66
-
Shoutout to [openstatus.dev](http://openstatus.dev) for providing the inspiration for some of our Log components.
72
+
The new interface currently supports API Gateway logs and Postgres logs, with logs for the other products coming soon.
67
73
68
-
The new logging interface is available as a feature preview today for orgs on either the Team or Enterprise plan, which you can enable from the dashboard [here](https://supabase.com/dashboard/project/_?featurePreviewModal=supabase-ui-preview-unified-logs). The new interface currently supports API Gateway logs and Postgres logs, with logs for the other products coming soon.
74
+
Shoutout to [openstatus.dev](http://openstatus.dev) for providing the inspiration for some of our Log components.
69
75
70
76
## Advanced Product Reports
71
77
72
78
Apart from making our logs better, we also revamped the metrics exposed in our product reports. Previously, you had to host your own [Grafana dashboard](https://github.com/supabase/supabase-grafana) to access some of these advanced metrics. We are bringing some of these metrics directly into the dashboard, so that you can access them without any additional setup or maintaining your own production ready monitoring infrastructure.
73
79
74
-
Each product has its own dedicated [report](https://supabase.com/dashboard/project/_/reports/api-overview) with a common set of metrics like number of requests, egress, and response time, along with product specific metrics like “Realtime connected clients”.
80
+
Each product has its own dedicated [report](/dashboard/project/_/reports/api-overview) with a common set of metrics like number of requests, egress, and response time, along with product specific metrics like “Realtime connected clients”.
75
81
76
82
Additionally, you can drill into a specific time frame and filter by various request and response parameters across all reports.
77
83
@@ -86,7 +92,7 @@ Additionally, you can drill into a specific time frame and filter by various req
86
92
87
93
Free users get a basic set of metrics for all products, while some of the advanced metrics (like p99 response time) is available for all paid customers.
88
94
89
-
Try out the new reports [here](https://supabase.com/dashboard/project/_/reports/api-overview).
95
+
Try out the new reports [here](/dashboard/project/_/reports/api-overview).
90
96
91
97
## Supabase AI Assistant with debugging capabilities
0 commit comments