Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pccomponentes/apm-symfony-messenger

Elastic APM for Symfony Messenger
https://github.com/pccomponentes/apm-symfony-messenger

apm elasticsearch messenger symfony symfony-messenger

Last synced: 12 days ago
JSON representation

Elastic APM for Symfony Messenger

Awesome Lists containing this project

README

        

# Elastic APM for Symfony Messenger

This library supports Span traces of [Symfony Messenger](https://github.com/symfony/messenger) messages.

## Installation

1) Install via [composer](https://getcomposer.org/)

```shell script
composer require pccomponentes/apm-symfony-messenger
```

## Usage

In all cases, an already created instance of [ElasticApmTracer](https://github.com/zoilomora/elastic-apm-agent-php) is assumed.

### Native PHP

```php