Skip to content

cyberclick-os/apm-symfony-http-kernel

 
 

Repository files navigation

Elastic APM for Symfony HttpKernel

This library supports Span traces of Symfony HttpKernel requests.

Installation

  1. Install via composer

    composer require pccomponentes/apm-symfony-http-kernel

Usage

In all cases, an already created instance of ElasticApmTracer is assumed.

Service Container (Symfony)

PcComponentes\ElasticAPM\Symfony\Component\HttpKernel\EventSubscriber:
  class: PcComponentes\ElasticAPM\Symfony\Component\HttpKernel\EventSubscriber
  autoconfigure: true
  arguments:
    $router: '@router'
    $elasticApmTracer: '@apm.tracer' # \ZoiloMora\ElasticAPM\ElasticApmTracer instance.

License

Licensed under the MIT license

Read LICENSE for more information

About

Elastic APM for Symfony HttpKernel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.6%
  • Makefile 7.0%
  • Dockerfile 4.4%