php -v
php artisan --version
php artisan config:clear
InspectorServiceProvider
:\Inspector\Laravel\Facades\Inspector
facade, you should also enable facades if you did not already by uncommenting the withFacades()
call in bootstrap/app.php
:app/Http/Kernel.php
and app/Console/Kernel.php
files:OutOfMemoryBootstrapper
must be the first registered bootstrapper, or it may not be called before the out of memory exception crashes your app.boot
method of your AppServiceProvider
:beforeFlush
method is sampling. If your application execute a specific transaction for a huge number of times every hour, it could be useful to sample this transasction to mitigate the quota consumption still guaranteeing a good level of detail of the metrics.ExampleJob
executions:beforeFlush()
method you can group your monitoring data by services (API, workers, web app, etc) instead by hostnames: