惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 聂微东
月光博客
月光博客
博客园 - 司徒正美
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
量子位
Recent Announcements
Recent Announcements
V
V2EX
P
Proofpoint News Feed
小众软件
小众软件
云风的 BLOG
云风的 BLOG
腾讯CDC
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
B
Blog
博客园_首页
GbyAI
GbyAI
博客园 - Franky

Supabase Blog

AI Agents Know About Supabase. They Don't Always Use It Right. Custom OIDC Providers for Supabase Auth 100,000 GitHub stars Supabase docs over SSH Navigating Regional Network Blocks Supabase Joins the Stripe Projects Developer Preview Log Drains: Now available on Pro Supabase Storage: major performance, security, and reliability updates Supabase incident on February 12, 2026 Hydra joins Supabase X / Twitter OAuth 2.0 is now available for Supabase Auth BKND joins Supabase Supabase is now an official Claude connector Supabase PrivateLink is now available Introducing: Postgres Best Practices When to use Read Replicas vs. bigger compute Introducing TRAE SOLO integration with Supabase Supabase Security Retro: 2025 Sync Stripe Data to Your Supabase Database in One Click Building ChatGPT Apps with Supabase Edge Functions and mcp-use Own Your Observability: Supabase Metrics API Introducing iceberg-js: A JavaScript Client for Apache Iceberg Introducing Supabase for Platforms Adding Async Streaming to Postgres Foreign Data Wrappers Build "Sign in with Your App" using Supabase Auth Introducing Seven New Email Templates for Supabase Auth The new Supabase power for Kiro Introducing Supabase ETL Introducing Analytics Buckets Introducing Vector Buckets
New Observability Features in Supabase
Jonny Summers-Muir, Saxon Fletcher, Jordi Enric, Francesco Sansa · 2025-07-17 · via Supabase Blog

New Observability Features in Supabase

We are starting to add OpenTelemetry support to all our core products and our Telemetry server. 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.

Today, we are announcing:

  • New Logging Interface (coming soon!)
  • Advanced Product Reports
  • Supabase AI Assistant with debugging capabilities (coming soon!)

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.

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.

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.

We have also added contextual log views. You can now jump from a function's invocation log directly into its execution logs. What used to require two disconnected sources is now stitched together in one view.

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.

The new interface currently supports API Gateway logs and Postgres logs, with logs for the other products coming soon.

Shoutout to openstatus.dev for providing the inspiration for some of our Log components.

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

Each product has its own dedicated report with a common set of metrics like number of requests, egress, and response time, along with product specific metrics like “Realtime connected clients”.

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

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.

Try out the new reports here.

The Supabase AI Assistant now offers powerful new debugging capabilities, making it easier to identify and resolve issues across your stack.

You can now ask the Assistant to:

  • Retrieve logs for any Supabase product
  • Analyze log volume over time to identify spikes
  • Drill into specific time windows to investigate anomalies

This means you can go from "something looks off" to concrete answers, without leaving the chat.

The Assistant also comes with several quality-of-life upgrades:

  • Automatic chat renaming based on your queries
  • Branch diff reviews, perfect for projects using branching environments
  • A more capable model with additional controls for data privacy and security improvements built in

It's the fastest way to get answers for your project, whether you're debugging a failing function, reviewing changes between branches, or just trying to understand how your app is behaving in production.

This is an example of how the Assistant can analyze logs to identify issues:

It can also provide recommendations for fixes:

  • We'll keep adding more metrics across our reports
  • We're adding logs from the remaining products to new logging interface
  • We plan to make the new logging interface the default experience for all projects soon
  • Expose OpenTelemetry trace information in the logging interface