Replies: 2 comments 7 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.
-
|
Hello @nblumhardt , We have bulk operations that do huge data processing, that generate a lot of spans, and we always have the limit of 1000 spans... that prevent us to diagnostics the issues. Can we set this limit higher usibg cli tool or Seq.json file ? If not, can you give us a way to manage this setting. Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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