cego / opentelemetry-auto-laravel
This package is abandoned and no longer maintained.
The author suggests using the open-telemetry/opentelemetry-auto-laravel package instead.
Opinionated OpenTelemetry auto-instrumentation for Laravel
0.0.23
2024-03-03 20:25 UTC
Requires
- php: ^8.0
- ext-json: *
- ext-opentelemetry: *
- laravel/framework: >=6.0
- open-telemetry/api: ^1.0
- open-telemetry/sem-conv: ^1.23
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3
- guzzlehttp/guzzle: *
- laravel/tinker: *
- nunomaduro/collision: *
- open-telemetry/sdk: ^1.0
- orchestra/testbench: >=4.0
- phan/phan: ^5.0
- php-http/mock-client: *
- phpstan/phpstan: ^1.1
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
- psalm/plugin-phpunit: ^0.16
- spatie/laravel-ignition: *
- vimeo/psalm: ^4.0
This package is auto-updated.
Last update: 2024-08-28 10:12:11 UTC
README
This is a clone of the read-only subtree split of https://github.com/opentelemetry-php/contrib-auto-laravel
The only changes are the disabling of the Console kernel handle hook, and optional disable of the Command::execute hook for "long running" commands.