r3h6/opentelemetry-auto-doctrine-dbal

OpenTelemetry auto-instrumentation for Doctrine DBAL.

0.1.0 2025-01-30 22:09 UTC

This package is auto-updated.

Last update: 2025-01-30 22:11:28 UTC


README

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 selected Doctrine\DBAL\Connection and Doctrine\DBAL\Result methods.

Configuration

The extension can be disabled via runtime configuration:

OTEL_PHP_DISABLED_INSTRUMENTATIONS=doctrine-dbal