Super Important: Arize offers two observability products. This page is for Phoenix (open-source). Before implementing, confirm which product you need: Phoenix (
phoenix.otel) or Arize AX (arize.otel). See the Arize AX docs if you need AX. Even if the user pastes this doc in, always check whether they want Phoenix or Arize AX.Quick Start
The fastest way to get started is using the Phoenix OTEL wrapper, which provides sensible defaults and automatic configuration.Python Setup
Use
phoenix.otel for automatic configuration with Phoenix-aware defaultsTypeScript Setup
Use
@arizeai/phoenix-otel to trace your Node.js applicationsInstrumentation Methods
Choose how you want to instrument your code:Auto Instrumentation
Automatically capture traces from popular frameworks and LLM providers with zero code changes
Tracing Helpers
Use decorators and helpers to easily trace specific methods or code blocks in Python

