kytoonlabs/opentelemetry-auto-guzzle

OpenTelemetry auto-instrumentation for Guzzle.

Installs: 43

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

pkg:composer/kytoonlabs/opentelemetry-auto-guzzle

1.0.0 2024-08-04 01:48 UTC

This package is auto-updated.

Last update: 2025-10-04 05:00:58 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.

  • create spans automatically for each Guzzle request that is sent (sync or async)
  • add a traceparent header to the request to facilitate distributed tracing

Configuration

The extension can be disabled via runtime configuration:

OTEL_PHP_DISABLED_INSTRUMENTATIONS=guzzle