Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pccomponentes/apm-symfony-messenger
- Owner: PcComponentes
- License: mit
- Created: 2020-05-28T06:44:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T10:08:19.000Z (over 3 years ago)
- Last Synced: 2024-10-21T03:04:17.528Z (29 days ago)
- Topics: apm, elasticsearch, messenger, symfony, symfony-messenger
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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