Trace UI Not Displaying All Spans: Issue with Limits or Payload?
Another one today ๐
We've noticed that certain spans are not showing up in the trace UI
The trace UI shows maybe 20-30 spans and then stops loading the rest
The Spans tab has these spans , clicking on a span in span tab goes to the right trace too! but again limits the span to top 20-30 and doesn't show the rest
Wondering if there is some limit? or something in the payload that leads to an issue in rendering ?
Context :
Using arizephoenix/phoenix:version-3.16.1
local docker container -> localhost
Tracing is for an agent that takes many steps with tools that can also take many steps
I tried a long execution of steps 1, 2, and 3 (simplistic example)
first time did 1->2->3 and spans for 3 weren't in trace UI (they were in span UI)
second time did 1 -> 3 -> 2 and spans for 2 weren't in trace UI (they were in span UI)
