Commit 5366652
authored
Propagate correct span ID via W3C context (#2408)
The W3C context propagation uses the wrong span ID right now. That
causes all spans emitted by linkerd-proxy to be siblings rather than
children of their original parent.
This only applies to W3C as far as I can tell, because the B3
propagation uses the span ID correctly.
Signed-off-by: Willi Schönborn <[email protected]>1 parent c30d39f commit 5366652
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments