---
slug: admin-api-metrics-panic-fix
published: 2026-07-29
change_type: bug-fix
affected_products:
  - Observability
  - Platform
page: https://supabase.com/changelog/admin-api-metrics-panic-fix
---

# Fixed a panic in project metrics collection that could drop metrics

The privileged metrics endpoint could intermittently panic while serving concurrent requests, because a single parser instance was shared across those requests instead of each request getting its own. The panic stopped metrics collection for the affected project until the metrics service restarted.

Each request now gets its own parser instance, so concurrent metrics requests no longer interfere with each other.
