Hacker News new | ask | show | jobs
by pcnc 923 days ago
Supabase Engineer here, happy to answer any questions!

We've made a Prometheus-compatible metrics endpoint[0] available to our customers for quite a while now, which is actively used by customers to monitor their projects.

Setting up a metrics scraper and a Grafana instance, all while figuring out how and where to host it can pose a lot of friction for folks which haven't had much hands-on infrastructure experience.

This aims to cut down on that friction, and allow everybody to deploy it on Docker-compatible platforms and services, such as Fly.io.

The included dashboard has significant overlap with what Supabase is using internally to monitor and debug project infrastructure.

[0]: https://supabase.com/docs/guides/platform/metrics#accessing-...