divlooper / elastic-apm-bundle
Elastic APM Client for Symfony
Package info
github.com/DivLooper/ElasticAPMBundle
Type:symfony-bundle
pkg:composer/divlooper/elastic-apm-bundle
v0.1
2019-02-08 17:06 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-16 03:07:49 UTC
README
Installation
Step 1: Download DivLooperElasticAPMBundle using composer
Require the bundle with composer:
$ composer require divlooper/elastic-apm-bundle
Step 2: Enable the bundle
Enable the bundle in the bundles.php config file:
<?php // config/bundle.php return [ // ... DivLooper\ElasticAPMBundle\DivLooperElasticAPMBundle::class => ['all' => true], // ... ];
Step 3: Configure DivLooperElasticAPMBundle
Add the following configuration to config/packages/div_looper_elastic_apm.yaml file.
div_looper_elastic_apm: app_name: 'My Symfony Project' app_version: '1.0' elastic_apm_server: 'http://127.0.0.1:8200' secret_token: 'x0x0x0x0x0x'