https://github.com/opentelemetry-php/contrib-auto-guzzle
[READONLY] Guzzle auto-instrumentation
https://github.com/opentelemetry-php/contrib-auto-guzzle
Last synced: 1 day ago
JSON representation
[READONLY] Guzzle auto-instrumentation
- Host: GitHub
- URL: https://github.com/opentelemetry-php/contrib-auto-guzzle
- Owner: opentelemetry-php
- Created: 2024-01-10T13:50:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-11T18:15:29.000Z (about 1 month ago)
- Last Synced: 2025-06-11T20:04:36.727Z (about 1 month ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/opentelemetry-php/contrib-auto-guzzle/releases)
[](https://github.com/open-telemetry/opentelemetry-php/issues)
[](https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/Guzzle)
[](https://github.com/opentelemetry-php/contrib-auto-guzzle)
[](https://packagist.org/packages/open-telemetry/opentelemetry-auto-guzzle/)
[](https://packagist.org/packages/open-telemetry/opentelemetry-auto-guzzle/)This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
# OpenTelemetry Guzzle 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.* 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](https://opentelemetry.io/docs/instrumentation/php/sdk/#configuration):
```shell
OTEL_PHP_DISABLED_INSTRUMENTATIONS=guzzle
```