Replies: 1 comment 4 replies
-
Hi Brian, thanks for your message. The trace view will show up to 1000 spans or so, so I don't think you're hitting that kind of limitation. Assuming there's no client side crash going on (you'd see this in the browser's Developer Tools console) my best guess is that there's a data problem, possibly around the trace id. Would it be possible to post (or email to support@) a redacted version of the raw JSON for the first two spans shown in the log search in the screenshot? (The 55s and 53s ones.) You can get this by clicking into event details for each, and choosing it from the Export menu. Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a limit to the number of spans (either total or nested) that are shown in the trace view? I've been testing out the Trace feature and I'm not seeing them all in the view -- even though they seem to exist in the logs. When I do a count on the items with the same TraceId there are a total of 65,772 items. In a possibly related issue, I'm seeing a "Missing (2d92...)" at the top of the trace view even though that span clearly exists.
I have attached a screenshot showing that "2d92..." exists:

Beta Was this translation helpful? Give feedback.
All reactions