cyberclick-os / apm-symfony-console
Elastic APM for Symfony Console
0.1.18
2023-12-12 15:27 UTC
Requires
- php: ^8.0
- cyberclick-os/elastic-apm-agent-php: ^0.1|^1.0
- symfony/console: ^4.4|^5.0|^6.0|^7.0
- symfony/event-dispatcher: ^4.4|^5.0|^6.0|^7.0
Requires (Dev)
README
This library supports Span traces of Symfony Console commands.
Installation
-
Install via composer
composer require pccomponentes/apm-symfony-console
Usage
In all cases, an already created instance of ElasticApmTracer is assumed.
Service Container (Symfony)
PcComponentes\ElasticAPM\Symfony\Component\Console\EventSubscriber: class: PcComponentes\ElasticAPM\Symfony\Component\Console\EventSubscriber autoconfigure: true arguments: $elasticApmTracer: '@apm.tracer' # \ZoiloMora\ElasticAPM\ElasticApmTracer instance.
License
Licensed under the MIT license
Read LICENSE for more information