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
Make sure it is clear how to do single-host spans in B3. In short, you take the propagated trace context as the parent context. As soon as you receive the headers, you fork a child context and use that for "sr" "ss" or similar. One impact of this is that the X-B3-ParentId is not used (because it ends up as the grandparent, which is neither in the in-band or out-of-band data).
Make sure it is clear how to do single-host spans in B3. In short, you take the propagated trace context as the parent context. As soon as you receive the headers, you fork a child context and use that for "sr" "ss" or similar. One impact of this is that the X-B3-ParentId is not used (because it ends up as the grandparent, which is neither in the in-band or out-of-band data).
cc @pcleary00 @nicmunroe @openzipkin/core
The text was updated successfully, but these errors were encountered: