-
Notifications
You must be signed in to change notification settings - Fork 121
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
Clarify how gorouter handles W3C tracing headers #204
Comments
Thanks @jriguera - would it be correct and helpful to instead say this?:
And if so (or either way) how is the new SPAN ID value derived? Thanks again. |
Maybe something like this?
I know we are introducing a new concept The way I understand it, is: The new In my opinion, is expected that the Gorouter generates a new The You have more here: https://www.w3.org/TR/trace-context/#mutating-the-traceparent-field |
Documentation states:
But that is not what is happening. Gorouter creates a new SPAN ID and updates the tracestate with the tenant, as it is tested in its integration tests:
https://github.com/cloudfoundry/gorouter/blob/9ee77f4fdebd038c1978ecd5982aa2d3ae88b503/integration/w3c_tracing_test.go#L158
The text was updated successfully, but these errors were encountered: