https://github.com/opentelemetry-php/contrib-auto-psr18
[READONLY] OpenTelemetry psr-18 auto-instrumentation
https://github.com/opentelemetry-php/contrib-auto-psr18
Last synced: 12 days ago
JSON representation
[READONLY] OpenTelemetry psr-18 auto-instrumentation
- Host: GitHub
- URL: https://github.com/opentelemetry-php/contrib-auto-psr18
- Owner: opentelemetry-php
- Created: 2022-11-30T08:57:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T01:41:27.000Z (about 2 months ago)
- Last Synced: 2025-06-15T06:49:57.197Z (about 1 month ago)
- Language: PHP
- Size: 40 KB
- Stars: 2
- 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-psr18/releases)
[](https://github.com/open-telemetry/opentelemetry-php/issues)
[](https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/Psr18)
[](https://github.com/opentelemetry-php/contrib-auto-psr18)
[](https://packagist.org/packages/open-telemetry/opentelemetry-auto-psr18/)
[](https://packagist.org/packages/open-telemetry/opentelemetry-auto-psr18/)This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
# OpenTelemetry PSR-18 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 PSR-18 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=psr18
```