r3h6/opentelemetry-auto-doctrine-dbal

OpenTelemetry auto-instrumentation for Doctrine DBAL.

Maintainers

Package info

github.com/r3h6/opentelemetry-auto-doctrine-dbal

pkg:composer/r3h6/opentelemetry-auto-doctrine-dbal

Statistics

Installs: 208

Dependents: 1

Suggesters: 1

Stars: 0

Open Issues: 0

0.1.0 2025-01-30 22:09 UTC

This package is auto-updated.

Last update: 2026-03-01 00:46:51 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