Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opentelemetry-php/contrib-auto-mongodb
[READONLY] OpenTelemetry mongodb auto-instrumentation
https://github.com/opentelemetry-php/contrib-auto-mongodb
Last synced: about 1 month ago
JSON representation
[READONLY] OpenTelemetry mongodb auto-instrumentation
- Host: GitHub
- URL: https://github.com/opentelemetry-php/contrib-auto-mongodb
- Owner: opentelemetry-php
- Created: 2023-07-11T01:22:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T12:43:33.000Z (5 months ago)
- Last Synced: 2024-11-14T16:51:57.314Z (about 2 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Releases](https://img.shields.io/badge/releases-purple)](https://github.com/opentelemetry-php/contrib-auto-mongodb/releases)
[![Issues](https://img.shields.io/badge/issues-pink)](https://github.com/open-telemetry/opentelemetry-php/issues)
[![Source](https://img.shields.io/badge/source-contrib-green)](https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/MongoDB)
[![Mirror](https://img.shields.io/badge/mirror-opentelemetry--php--contrib-blue)](https://github.com/opentelemetry-php/contrib-auto-mongodb)
[![Latest Version](http://poser.pugx.org/open-telemetry/opentelemetry-auto-mongodb/v/unstable)](https://packagist.org/packages/open-telemetry/opentelemetry-auto-mongodb/)
[![Stable](http://poser.pugx.org/open-telemetry/opentelemetry-auto-mongodb/v/stable)](https://packagist.org/packages/open-telemetry/opentelemetry-auto-mongodb/)This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
# OpenTelemetry MongoDB auto-instrumentation
Please read https://opentelemetry.io/docs/instrumentation/php/automatic/ for instructions on how to
install and configure the extension and SDK.## Overview
Auto-instrumentation hooks are registered via composer, and spans will automatically be created for all MongoDB
operations like `find` or `aggregate`.## Configuration
The extension can be disabled via [runtime configuration](https://opentelemetry.io/docs/instrumentation/php/sdk/#configuration):
```shell
OTEL_PHP_DISABLED_INSTRUMENTATIONS=mongodb
```