census-instrumentation / opencensus-go

A stats collection and distributed tracing framework
http://opencensus.io
Apache License 2.0
2.06k stars 327 forks source link

Span under trace-without-root-span #1222

Open Althea01 opened 4 years ago

Althea01 commented 4 years ago

I have a Java application and a Go application running separately. I had a span A in the Java application and I printed it's trace id and span id, and created another span B in Go application. Then I use addLink to specify B as child of A and pasted the trace id and span id. However, the log shows that span B does not have a parent.