Replies: 1 comment 4 replies
-
@hong-ke where do you get the Span JSON you posted?
What I see from the data you posted is that
It should not normally happen. I would try 2 things:
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that some spans in my application cannot be properly associated with the entire request trace, resulting in an incomplete trace view. Below is the JSON data of the relevant span and the curl request to view the trace. Could you please tell me what information might be missing that causes this issue?
Span JSON
Curl request to view the trace
curl resp
From the span data, it has traceId and parentId, but it still seems unable to be correctly associated with the request trace. What could be the reason for this? Is there any key information missing?
Beta Was this translation helpful? Give feedback.
All reactions