Skip to main content
NPM Version A simple wrapper around OpenTelemetry for use with Arize Phoenix. This package simplifies the setup of OpenTelemetry tracing for Node.js applications, providing an easy way to send traces to Phoenix for observability and analysis.
Note: This package is still under active development and is subject to change.

Installation

npm install @arizeai/phoenix-otel
@arizeai/phoenix-otel ships local docs and source code inside node_modules/@arizeai/phoenix-otel/.Browse the website version under @arizeai/phoenix-otel Docs.

Start Here

  • Package overview for installation, configuration, instrumentation, production guidance, and troubleshooting
  • Manual spans for tracing with OpenInference helpers and raw OTel spans

Local Install Pattern

After install, a coding agent can inspect:
node_modules/@arizeai/phoenix-otel/docs/
node_modules/@arizeai/phoenix-otel/src/
That gives the agent version-matched prose plus the exact implementation that shipped with your project.

API Reference