You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Althea01
changed the title
Traces not showing on Jaeger UI for openCensus Go
Span under trace-without-root-span
Jul 23, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: