A laravel package to expose Open Swoole metrics to a scraping service like Prometheus
dandysi/laravel-openswoole-stats is a Laravel package for a laravel package to expose open swoole metrics to a scraping service like prometheus.
It currently has 1 GitHub stars and 45 downloads on Packagist (latest version v2.0.0).
Install it with composer require dandysi/laravel-openswoole-stats.
Discover more Laravel packages by dandysi
or browse all Laravel packages to compare alternatives.
Last updated
If you are using Laravel Octane, this package allows you to expose your Open Swoole stats to a scraping service like Prometheus. Once installed you can access the metrics at the /openswoole-stats endpoint of your app.
Install the package via composer:
composer require dandysi/laravel-openswoole-stats
php artisan vendor:publish --provider="Dandysi\Laravel\OpenSwooleStats\OpenSwooleStatsServiceProvider"
Configure this package by changing the values in config/openswoole-stats.php.
Open-sourced software licensed under the MIT license.