[Bug] Trace data exported to kafka with null spanId/parentSpanId #12528
Unanswered
LawrencezZZZ
asked this question in
Q&A
Replies: 1 comment 3 replies
-
We never changed the values of the spans. What you received in proto, is what they are reported. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Search before asking
Apache SkyWalking Component
OAP server (apache/skywalking)
What happened
I am using the SkyWalking exporter to export trace data to Kafka. The data obtained from Kafka is split by service rather than by each trace, I can still associate the data using the traceId. The problem is that in the spans of each piece of data, the spanId and parentSpanId are often null, making it difficult for me to link the data together.
What you expected to happen
All spans should with correct spanId and parentSpanId.
How to reproduce
Export trace date to kafka
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions