0.44.4 Prometheus Support

I see in the latest update that there's now support for Prometheus. Is there a guide on how to use this? Not sure if specifically Metabase or if I need something more generic.

Hi @AndrewMBaines
There's currently no documentation, since we're still testing it out, you can see the PR for details: https://github.com/metabase/metabase/pull/25149
You'll start Metabase with MB_PROMETHEUS_SERVER_PORT=<your-port> defined, then you can get metrics from example http://localhost:<your-port>/metrics

1 Like

Thanks, that's really helpful. I'll have a play next week.