Search code examples
laravelprometheusmonitoringmetrics

Exposing Prometheus metrics in Laravel 9


It looks like there's loads of composer plugins to do this but nothing in active development with commits since the release of Laravel 9. Is there a popular go-to option for this?

(Almost posted this in software recommendations - let me know if that's a more appropriate place for it.)


Solution

  • This one https://github.com/arquivei/laravel-prometheus-exporter is relatively alive and even declare Laravel 9 support.

    It is actually for Laravel\Lumen but can be used as a reference point