open-telemetry/opentelemetry-auto-io

OpenTelemetry auto-instrumentation for IO

Package info

github.com/opentelemetry-php/contrib-auto-io

Homepage

pkg:composer/open-telemetry/opentelemetry-auto-io

Statistics

Installs: 431 586

Dependents: 0

Suggesters: 0

Stars: 2

0.2.0 2026-03-24 16:33 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache-2.0 28a783867a7c8745b212e6a7f2327395fc21acc4

ioinstrumentationtracingopentelemetryopen-telemetryotel

This package is auto-updated.

Last update: 2026-06-08 12:54:35 UTC


README

👁 Releases
👁 Issues
👁 Source
👁 Mirror
👁 Latest Version
👁 Stable

This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.

OpenTelemetry IO 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 the following functions:

  • fopen
  • fwrite
  • fread
  • file_get_contents
  • file_put_contents
  • ob_start
  • ob_clean
  • ob_flush
  • flush

Configuration

The extension can be disabled via runtime configuration:

OTEL_PHP_DISABLED_INSTRUMENTATIONS=io