yuchanns / elastic-apm-tracer
An elastic apm package for laravel which requires the extension elastic_apm.so
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/yuchanns/elastic-apm-tracer
Requires
- php: >=7.0
README
An elastic apm package for laravel which requires the extension elastic_apm.so
Requirements
- Enable of Elastic Apm Extension.
- Laravel
- update
/etc/php7/php-fpm.d/www.confor config files like this if php-fpm is used:clear_env = no env["ELASTIC_APM_SERVER_URL"] = $ELASTIC_APM_SERVER_URL env["ELASTIC_APM_SERVICE_NAME"] = $ELASTIC_APM_SERVICE_NAME env["ELASTIC_APM_SECRET_TOKEN"] = $ELASTIC_APM_SECRET_TOKEN
Install
composer require yuchanns/elastic-apm-tracer
TODO Maybe (PR is Welcome)
- Injection of HttpRequest
- Injection of MongoDB
- Injection of Redis