Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pccomponentes/apm-mongodb
Elastic APM for MongoDB
https://github.com/pccomponentes/apm-mongodb
apm elasticsearch mongodb
Last synced: 14 days ago
JSON representation
Elastic APM for MongoDB
- Host: GitHub
- URL: https://github.com/pccomponentes/apm-mongodb
- Owner: PcComponentes
- License: mit
- Created: 2020-05-28T06:46:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T11:01:14.000Z (over 4 years ago)
- Last Synced: 2024-11-20T11:16:48.122Z (about 2 months ago)
- Topics: apm, elasticsearch, mongodb
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elastic APM for MongoDB
This library supports Span traces of command using [MongoDB](https://github.com/mongodb/mongo-php-library).
## Installation
1) Install via [composer](https://getcomposer.org/)
```shell script
composer require pccomponentes/apm-mongodb
```## Usage
In all cases, an already created instance of [ElasticApmTracer](https://github.com/zoilomora/elastic-apm-agent-php) is assumed.
### Native PHP
```php