Troubleshooting Phoenix Session Trace Exports and Timeouts
Hello, I have a running pheonix session, which keeps collecting traces. However, it is running on a remote server, and the python process responsible for this session, occasionally tries to export the traces. It was working fine for some time. Recently (probably due to changes in versions), on every export/save trial an error is raised. This is a Timed Out exception, that is a result of the get_trace_dataset call. Couldn't find in the documentation any guidance to change the way in which trace datasets are saved. traces = px.Client().get_trace_dataset() traces.save(trace_data_path) Is there a better way to handle this step? Moreover, to avoid loss of valuable data (traces):
is it possible to connect to a running session on a remote server, in order to export the traces?
Is it possible to somehow export the traces via the web UI?
Many thanks in advance
