Quickstart: Tracing
Phoenix supports three main options to collect traces:
Use Phoenix's decorators to mark functions and code blocks.
Use automatic instrumentation to capture all calls made to supported frameworks.
Use base OpenTelemetry instrumentation. Supported in Python and TS / JS
Quickstarts
Explore a Demo Trace
Last updated
Was this helpful?