Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add section on single-host patterns #10

Open
codefromthecrypt opened this issue Jan 2, 2017 · 1 comment
Open

Add section on single-host patterns #10

codefromthecrypt opened this issue Jan 2, 2017 · 1 comment

Comments

@codefromthecrypt
Copy link
Member

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

@codefromthecrypt
Copy link
Member Author

#11 sets the baseline which this could explain further from

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant