One Line Instrumentation
register(auto_instrument=True), you can enable automatic instrumentation in your application, which will set up instrumentors based on your installed packages.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Available in Phoenix 8.0+
register(auto_instrument=True), you can enable automatic instrumentation in your application, which will set up instrumentors based on your installed packages.from phoenix.otel import register
register(auto_instrument=True)
Was this page helpful?
