divan4ik / laravel-prometheus-exporter
A laravel and lumen service provider to export metrics for prometheus.
1.2
2022-12-30 23:46 UTC
Requires
- php: >=7.2
- illuminate/support: ^5.6|^6.0
- promphp/prometheus_client_php: ^1.0
Requires (Dev)
- fzaninotto/faker: ~1.4
- guzzlehttp/guzzle: 7.4.2
- laravel/framework: ^5.6|^6.0
- laravel/lumen-framework: ^5.6|^6.0
- mockery/mockery: ~1.0
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- squizlabs/php_codesniffer: ^3.0
Suggests
- ext-apc: Required if using APCu.
- ext-redis: Required if using Redis.
This package is auto-updated.
Last update: 2024-10-29 05:47:51 UTC
README
To see full documentation please vizit triadev/LaravelPrometheusExporter
Main goals for this fork
- add more inbox metrics
- focusing on work with laravel 5.*
Installation
composer require divan4ik/laravel-prometheus-exporter
Testing
docker-compose run --rm fpm "vendor/bin/phpunit"