There鈥檚 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鈥檇 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.
Ben M. there isn鈥檛. But it makes a lot of sense. From what view would you want to select 2? Would the two traces be correlated in the context of an experiment example or would you want some sort of ID system that linked the two?
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