opencensus-go
opencensus-go copied to clipboard
Span under trace-without-root-span
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.