arize-phoenix-otel
LLM Observability
What it is and what it does
arize-phoenix-otel is a lightweight wrapper around OpenTelemetry that simplifies tracing setup for AI applications by providing Phoenix-aware defaults, automatic environment variable configuration, and drop-in replacements for standard OTel classes. It reads configuration from environment variables (PHOENIX_COLLECTOR_ENDPOINT, PHOENIX_API_KEY, PHOENIX_PROJECT_NAME, etc.) or a `.env.phoenix` file, with explicit arguments taking precedence.
The package's main value is reducing boilerplate: a single `register()` call with `auto_instrument=True` automatically instruments popular AI frameworks (OpenAI, LangChain, LlamaIndex) with zero code changes, batches spans for production use, and sends traces to a Phoenix instance over OTLP using OpenInference semantic conventions. It also provides tracing decorators for GenAI patterns and works with any recent Phoenix server version without version pairing.
Use it for:
- Enable automatic tracing of OpenAI, LangChain, or LlamaIndex calls in an LLM application with a single function call and environment variables.
- Collect and export distributed traces from a multi-component AI system to a self-hosted or cloud Phoenix instance for debugging and monitoring.
- Manually instrument custom AI workflows using decorators like @tracer.chain and @tracer.tool for GenAI-specific patterns.
- Configure production-ready batching and authentication for trace export without writing custom OpenTelemetry span processor code.
- Organize traces by project and environment using Phoenix project names and custom headers for multi-tenant or multi-environment deployments.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Wraps OpenTelemetry with Phoenix-aware defaults and decorators to instrument AI applications for tracing, with automatic configuration from environment variables and support for GenAI patterns.
Yes. Active maintenance, no vulnerabilities, low install friction, and permissive license make it a safe choice. Install it if you need to trace AI applications and are already using or planning to adopt Phoenix for observability; the auto-instrumentation and environment-based configuration save significant boilerplate compared to raw OpenTelemetry setup.
Install
arize-phoenix-otel on PyPI
pip
pip install arize-phoenix-oteluv
uv add arize-phoenix-otelpoetry
poetry add arize-phoenix-otelInstalling arize-phoenix-otel
Before you install
Low friction: pure Python wheel with 8 runtime dependencies, all from the OpenTelemetry ecosystem. Active maintenance (last commit 2026-08-14, release 4 days old) and no known vulnerabilities.
License in practice
Apache-2.0 permissive license allows use in most commercial and open-source projects without significant restriction.
Quickstart
pip install arize-phoenix-otel
from phoenix.otel import register
tracer_provider = register(
auto_instrument=True,
project_name="my-app",
endpoint="http://localhost:6006/v1/traces"
)
Requires Python 3.10 or later. Auto-instrumentation of specific AI libraries (OpenAI, LangChain, LlamaIndex) requires installing corresponding openinference-instrumentation-* packages separately.
Verify before relying
- Whether auto_instrument=True works without explicit instrumentation library imports or if they must be installed first
- Performance overhead of automatic instrumentation on typical AI application workloads
- Backward compatibility guarantees across Phoenix server versions
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<3.15,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 8 — openinference-instrumentation, openinference-semantic-conventions, opentelemetry-exporter-otlp, opentelemetry-proto, opentelemetry-sdk, opentelemetry-semantic-conventions, typing-extensions, wrapt |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,990,947/month — #3,379 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: arize_phoenix_otel-0.17.1-py3-none-any.whl
Keywords: Explainability, Monitoring, Observability
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
arize-otelWraps OpenTelemetry with Arize-aware defaults…
permissive · top 15,000 on PyPI
arize-phoenixPhoenix is an open-source AI observability…
unclear · top 5,000 on PyPI
arize-phoenix-clientPhoenix Client provides a Python interface to…
permissive · top 5,000 on PyPI
openinference-instrumentation-google-genaiAutomatically instruments Google GenAI SDK…
permissive · top 15,000 on PyPI
openinference-instrumentation-llama-indexAuto-instruments LlamaIndex applications to…
permissive · top 15,000 on PyPI
openinference-instrumentation-litellmAuto-instruments LiteLLM function calls…
permissive · top 15,000 on PyPI
openinference-instrumentation-haystackAuto-instruments Haystack LLM pipelines and…
permissive · top 15,000 on PyPI
openinference-instrumentation-agnoAuto-instruments Agno Agent applications to…
permissive · top 15,000 on PyPI
openinference-instrumentation-pydantic-aiAuto-instruments PydanticAI agents to emit…
permissive · top 15,000 on PyPI
openinference-instrumentation-anthropicAutomatically captures and exports traces from…
permissive · top 15,000 on PyPI