Import Existing Traces
Last updated
Was this helpful?
Last updated
Was this helpful?
Phoenix supports loading data that contains . This allows you to load an existing dataframe of traces into your Phoenix instance.
Usually these will be traces you've previously saved using .
Before accessing px.Client(), be sure you've set the following environment variables:
If you're self-hosting Phoenix, ignore the client headers and change the collector endpoint to your endpoint.
You can also launch a temporary version of Phoenix in your local notebook to quickly view the traces. But be warned, this Phoenix instance will only last as long as your notebook environment is runing