movemoveapp/laravel-prometheus
Laravel package to collect and expose Prometheus metrics using Redis storage. Friendly fork of shureban/laravel-prometheus with support for predis/predis ^3.0. Includes artisan generators for counter and gauge metrics and publishable configuration.
predis/predis ^3.0 compatibility—this fork explicitly addresses that gap./metrics endpoint without building a custom solution.shureban/laravel-prometheus works for your use case (no need for the fork)."This package lets us standardize monitoring for our Laravel apps by integrating Prometheus metrics—think of it as ‘Google Analytics for infrastructure.’
/metrics endpoint, compatible with tools like Grafana."This is a drop-in Laravel package to collect Prometheus metrics, with two key advantages:
predis/predis ^3.0: If we use Redis, this ensures compatibility without forking ourselves.php artisan make:counter) or manual classes, then inject them into controllers/services.Use cases:
/metrics endpoint.Tradeoffs:
"This package simplifies Prometheus integration for Laravel apps by:
/metrics in Prometheus’s expected format.Why it matters:
Gotchas:
^3.0 doesn’t break existing Redis clients./metrics endpoint under load—Redis latency could impact scraping."*How can I help you explore Laravel packages today?