https://github.com/opentelemetry-php/contrib-auto-http-async
[READONLY] opentelemetry async http auto-instrumentation
https://github.com/opentelemetry-php/contrib-auto-http-async
Last synced: 4 months ago
JSON representation
[READONLY] opentelemetry async http auto-instrumentation
- Host: GitHub
- URL: https://github.com/opentelemetry-php/contrib-auto-http-async
- Owner: opentelemetry-php
- Created: 2023-03-22T13:12:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T01:30:30.000Z (5 months ago)
- Last Synced: 2025-02-25T02:32:51.465Z (5 months ago)
- Language: PHP
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/opentelemetry-php/contrib-auto-http-async/releases)
[](https://github.com/open-telemetry/opentelemetry-php/issues)
[](https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/HttpAsyncClient)
[](https://github.com/opentelemetry-php/contrib-auto-http-async)
[](https://packagist.org/packages/open-telemetry/opentelemetry-auto-http-async/)
[](https://packagist.org/packages/open-telemetry/opentelemetry-auto-http-async/)This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
# OpenTelemetry HTTPlug async 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, which will:* create spans automatically for each async HTTP request that is sent
* 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=http-async-client
```Request headers can be added as span attributes, if the header's name is found in the `php.ini` variable: `otel.instrumentation.http.request_headers`