Skip to content

Commit 45c17eb

Browse files
authored
fix: lw15 update o11y blog post (supabase#37278)
1 parent cb294fd commit 45c17eb

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

apps/www/_blog/2025-07-17-new-observability-features-in-supabase.mdx

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@ launchweek: '15'
1717

1818
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.
1919

20-
Today we are launching
20+
Today, we are announcing:
2121

22-
- Preview of our new logging Interface
22+
- New Logging Interface (coming soon!)
2323
- Advanced Product Reports
24-
- Supabase AI Assistant with debugging capabilities
24+
- Supabase AI Assistant with debugging capabilities (coming soon!)
25+
26+
<Admonition type='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>
2531

2632
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.
2733

@@ -37,9 +43,9 @@ These updates mark the first step toward unified, end-to-end observability. You
3743

3844
## New logging Interface
3945

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.
4147

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.
4349

4450
<Img
4551
wide
@@ -63,15 +69,15 @@ We have also added contextual log views. You can now jump from a function's invo
6369

6470
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.
6571

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.
6773

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.
6975

7076
## Advanced Product Reports
7177

7278
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.
7379

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”.
7581

7682
Additionally, you can drill into a specific time frame and filter by various request and response parameters across all reports.
7783

@@ -86,7 +92,7 @@ Additionally, you can drill into a specific time frame and filter by various req
8692

8793
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.
8894

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).
9096

9197
## Supabase AI Assistant with debugging capabilities
9298

0 commit comments

Comments
 (0)