-
Notifications
You must be signed in to change notification settings - Fork 114
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
implement "b3 single" header format #77
Comments
jcchavezs
added a commit
that referenced
this issue
Jan 15, 2019
jcchavezs
added a commit
that referenced
this issue
Feb 5, 2019
jcchavezs
added a commit
that referenced
this issue
Feb 5, 2019
jcchavezs
added a commit
that referenced
this issue
Feb 5, 2019
jcchavezs
added a commit
that referenced
this issue
Feb 5, 2019
jcchavezs
added a commit
that referenced
this issue
Feb 5, 2019
jcchavezs
added a commit
that referenced
this issue
Feb 5, 2019
basvanbeek
added a commit
that referenced
this issue
May 9, 2019
feat(#77): adds support for b3 single header.
This is implemented by #109 and configurable by using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/brave/propagation/B3SingleFormat.java https://github.com/openzipkin/brave/blob/master/brave/src/test/java/brave/propagation/B3SingleFormatTest.java
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Brave currently has a property like this, but its name could change with feedback:
The text was updated successfully, but these errors were encountered: