-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
fix(zipkin): jaeger header validation #8352
Conversation
e6f9f34
to
0aad17f
Compare
0aad17f
to
9a59fad
Compare
2a0a276
to
d38bc01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@shettyh can you fix the failing tests? Try to run |
@mayocream one of the integration test is failing, but i dont think it is related to this PR. Please check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM! @kikito can you take another look at this?
Hello, I just approved this. Unfortunately it didn't make the cut for the 2.8 release, but should be included on the next one. |
Summary
With the latest spec of
uber-trace-id
, parent_id is not mandatory. Because of this zipkin plugin validation is failing if the parent_id is sent as0
and it is recreating the header with newtrace_id
. This results in not propagating the downstream context to upstream services.