mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-14 10:13:10 +02:00
f99337fb8a
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. |
||
---|---|---|
.. | ||
parent.go |