Download the PHP package open-telemetry/opentelemetry-auto-mysqli without Composer
On this page you can find all versions of the php package open-telemetry/opentelemetry-auto-mysqli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download open-telemetry/opentelemetry-auto-mysqli
More information about open-telemetry/opentelemetry-auto-mysqli
Files in open-telemetry/opentelemetry-auto-mysqli
Download open-telemetry/opentelemetry-auto-mysqli
More information about open-telemetry/opentelemetry-auto-mysqli
Files in open-telemetry/opentelemetry-auto-mysqli
Vendor open-telemetry
Package opentelemetry-auto-mysqli
Short Description OpenTelemetry auto-instrumentation for mysqli
License Apache-2.0
Homepage https://opentelemetry.io/docs/php
Package opentelemetry-auto-mysqli
Short Description OpenTelemetry auto-instrumentation for mysqli
License Apache-2.0
Homepage https://opentelemetry.io/docs/php
Please rate this library. Is it a good library?
Informations about the package opentelemetry-auto-mysqli
This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
OpenTelemetry mysqli 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 client kind spans will automatically be created when calling following functions or methods:
mysqli_connect
mysqli::__construct
mysqli::connect
mysqli_real_connect
-
mysqli::real_connect
mysqli_query
mysqli::query
mysqli_real_query
mysqli::real_query
mysqli_execute_query
mysqli::execute_query
mysqli_multi_query
mysqli::multi_query
mysqli_next_result
-
mysqli::next_result
mysqli_begin_transaction
mysqli::begin_transaction
mysqli_rollback
mysqli::rollback
mysqli_commit
mysqli::commit
mysqli_stmt_execute
mysqli_stmt::execute
mysqli_stmt_next_result
mysqli_stmt::next_result
Configuration
Disabling mysqli instrumentation
The extension can be disabled via runtime configuration:
All versions of opentelemetry-auto-mysqli with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-mysqli Version *
ext-opentelemetry Version *
open-telemetry/api Version ^1.0
open-telemetry/sem-conv Version ^1.27.1
symfony/polyfill-mbstring Version ^1.31
ext-mysqli Version *
ext-opentelemetry Version *
open-telemetry/api Version ^1.0
open-telemetry/sem-conv Version ^1.27.1
symfony/polyfill-mbstring Version ^1.31
The package open-telemetry/opentelemetry-auto-mysqli contains the following files
Loading the files please wait ....