libaro / laravel-monitoring
Monitoring and alerting for Laravel applications
0.2.0
2024-04-10 12:05 UTC
Requires
- php: ^8.1|^8.2
- illuminate/contracts: ^9.0|^10.0|^11.0
- laravel-notification-channels/google-chat: ^3.1
- spatie/laravel-health: ^1.23
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^5.0|^7.8|^8.1
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0|^8.0
- pestphp/pest: ^1.0|^2.0
- pestphp/pest-plugin-laravel: ^1.0|^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
This package is auto-updated.
Last update: 2024-11-10 13:22:23 UTC
README
The Libaro monitoring package, a config based monitoring setup for your Laravel applications.
Installation
You can install the package using composer:
composer require libaro/laravel-monitoring
Configuration
Publishing the configuraiton
You can publish the config file with:
php artisan vendor:publish --tag="monitoring-config"
Queue monitoring
You can enable queue monitoring by specifying your queue name as an array key followed by the configuration for that queue.
[ ... 'queue' => [ 'invoicing' => [ // queue name 'max_wait_minutes' => 5, // Fails when test job is not processed within 5 minutes ], ], ... ]
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Kim Bouchouaram
- All Contributors
- Spatie (Package Skeleton, Laravel Health)
License
The MIT License (MIT). Please see License File for more information.