rembrembdocs

Metrics API


Every Supabase project exposes a Prometheus-compatible Metrics API endpoint that surfaces ~200 Postgres performance and health series. You can scrape it into any observability stack to power custom dashboards, alerting rules, or long-term retention that goes beyond what Supabase Studio provides out of the box.

The Metrics API is currently in beta. Metric names and labels might evolve as we expand the dataset, and the feature is not available in self-hosted Supabase instances.

What you can do with the Metrics API#

Choose your monitoring stack#

Pick the workflow that best matches your tooling. Cards link to Supabase-authored guides or vendor integration docs, and some include a “Community” pill when there’s an accompanying vendor reference.

[

Grafana Cloud (SaaS)

Use Grafana Cloud’s managed Prometheus (works on Free + Pro tiers) and import the Supabase dashboard without running any infrastructure.

Supabase guideCommunity

](/docs/guides/telemetry/metrics/grafana-cloud)[

Grafana + self-hosted Prometheus

Run Prometheus yourself following the official installation guidance and pair it with Grafana plus our dashboard JSON and alert pack.

Supabase guide

](/docs/guides/telemetry/metrics/grafana-self-hosted)[

Datadog

Scrape the Metrics API with the Datadog Agent or Prometheus remote write and monitor Supabase alongside your app telemetry.

Community

](https://docs.datadoghq.com/integrations/supabase/)[

Vendor-agnostic / BYO Prometheus

Connect AWS AMP, Grafana Mimir, VictoriaMetrics, or any Prometheus-compatible SaaS with the same scrape job pattern.

Supabase guide

](/docs/guides/telemetry/metrics/vendor-agnostic)

Supabase Grafana dashboard showcasing database metrics

Additional resources#