Shared Pooler (Supavisor) connections graph is empty (always showing 0)

Hi,

We are serving a SvelteKit app on Netlify Functions that's (just recently) using Prisma ORM, and connecting to Supabase via the
Transaction Pooler Connection string – postgresql://postgres.[your-project-ref]:password@aws-0-[region].pooler.supabase.com:6543/postgres

As described here: https://www.prisma.io/docs/orm/overview/databases/supabase

Our app is live in prod and running, but the Database Reports page graphs look like this (view attached screenshot)

We've had a couple of
Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 5)

errors happen in prod and are currently trying to debug, and those empty graphs are puzzling. Why would the Shared Pooler (Supavisor) chart show nothing?
image.png
Was this page helpful?