Looking to hire Laravel developers? Try LaraJobs

laravel-openswoole-stats maintained by dandysi

Description
A laravel package to expose Open Swoole metrics to a scraping service like Prometheus
Author
Simon Adams
Last update
2024/12/09 21:39 (dev-master)
License
Links
Downloads
45

Comments
comments powered by Disqus

Laravel Open Swoole Stats

Actions Status

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

Install the package via composer:

composer require dandysi/laravel-openswoole-stats

Config

php artisan vendor:publish --provider="Dandysi\Laravel\OpenSwooleStats\OpenSwooleStatsServiceProvider"

Configure this package by changing the values in config/openswoole-stats.php.

License

Open-sourced software licensed under the MIT license.