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
I was playing with this issue but looks like the apitrace.Link structure does not have a "type of link" (seems like Jaeger accepts "child of" and "follows from") to map to Jaeger's SpanRefType.
So links are not getting exported even after uncomment the mentioned code. Hardcoding child_of works.
Should this be added to the api? Should we assume every link is a child_of relationship? Or is this not yet ready to be done?
Jaeger Exporter was added prior to Link support. Hence, Link is not exported via Jaeger exporter. See TODO
The text was updated successfully, but these errors were encountered: