Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not always put remote span context into links (#480)
When during determining a parent for a new span, we find out that there is a current span in the context, we are putting a remote span context into links as an ignored on demand. A problem with this approach is that the remote span context will end up in links of every descendant span. Another problem is that jaeger exporter currently treats all links as span contexts with a "child of" relationship and that likely confuses the jaeger visualization.
- Loading branch information