Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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