https://github.com/opentelemetry-php/contrib-auto-openai
[READONLY] OpenAI auto-instrumentation
https://github.com/opentelemetry-php/contrib-auto-openai
Last synced: 4 months ago
JSON representation
[READONLY] OpenAI auto-instrumentation
- Host: GitHub
- URL: https://github.com/opentelemetry-php/contrib-auto-openai
- Owner: opentelemetry-php
- Created: 2024-01-24T11:56:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-02T06:18:21.000Z (7 months ago)
- Last Synced: 2025-12-05T00:50:06.447Z (7 months ago)
- Language: PHP
- Size: 27.3 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-openai/releases)
[](https://github.com/open-telemetry/opentelemetry-php/issues)
[](https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/OpenAIPHP)
[](https://github.com/opentelemetry-php/contrib-auto-openai)
[](https://packagist.org/packages/open-telemetry/opentelemetry-auto-openai-php/)
[](https://packagist.org/packages/open-telemetry/opentelemetry-auto-openai-php/)
This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
# OpenTelemetry openai-php/client auto-instrumentation
Please read https://opentelemetry.io/docs/instrumentation/php/automatic/ for instructions on how to
install and configure the extension and SDK.
## Overview
This package provides auto-instrumentation for [openai-php/client](https://packagist.org/packages/openai-php/client) to help
you understand the interactions with OpenAI compatible services.
## Configuration
The extension can be disabled via [runtime configuration](https://opentelemetry.io/docs/instrumentation/php/sdk/#configuration):
```shell
OTEL_PHP_DISABLED_INSTRUMENTATIONS=openaiphp
```