Quickstart: Tracing

Phoenix supports three main options to collect traces:

  1. Use Phoenix's decorators to mark functions and code blocks.

  2. Use automatic instrumentation to capture all calls made to supported frameworks.

  3. Use base OpenTelemetry instrumentation. Supported in Python and TS / JS

Quickstarts

Explore a Demo Trace

Last updated

Was this helpful?