There’s not a way to open 2 traces side by side, is there? The use case I have is optimizing for latency. 2 traces with the same shape and I’d like to compare timelines before + after
Phoenix does not currently support viewing two traces side by side in the UI for direct timeline comparison. The trace detail view allows you to inspect a single trace and its spans, but there is no built-in feature for side-by-side trace comparison or timeline overlay as of now. This limitation has been noted as a feature request by users, especially for latency optimization use cases, but it is not implemented yet (GitHub Issue #6760; see also Slack discussion).Would you like more detail on possible workarounds or how to export trace data for external comparison?Sources: - Slack discussion - GitHub Issue #6760
💡 Hint: Mention RunLLM in the thread for followups.
When I tried to do it, i treated it a lot like the experiments flow. I went to /projects/{project_id}/spans and checked the box next to the 2 root spans that I was hoping to compare
I don’t think it has to be correlated in the database, just having this client side would be helpful
