pccomponentes/apm-symfony-console

Elastic APM for Symfony Console

Installs: 13 086

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 2

Open Issues: 0

pkg:composer/pccomponentes/apm-symfony-console

0.1.4 2021-05-14 10:09 UTC

This package is auto-updated.

Last update: 2025-10-14 20:03:42 UTC


README

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