Skip to content

cyberclick-os/apm-symfony-console

 
 

Repository files navigation

Elastic APM for Symfony Console

This library supports Span traces of Symfony Console commands.

Installation

  1. 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

About

Elastic APM for Symfony Console

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 80.8%
  • Makefile 11.8%
  • Dockerfile 7.4%