-
Notifications
You must be signed in to change notification settings - Fork 838
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
[http-plugin] Include trace ID in response headers for incoming requests #166
Comments
I think this would be something that needs to be discussed on the specification level. Reasons
I'm not saying that I think that it does not make sense but this may be bigger than this SIG. |
@danielkhan Thanks for your response. Should we move this issue to another repo ? |
https://github.com/open-telemetry/opentelemetry-specification would be the correct place |
Thanks @vmarchaud I close this issue and we could reopen a new one after resolving this one open-telemetry/opentelemetry-specification#206 |
Something to note as well is that the browser can currently only read the What we did in OpenCensus Web to pass the trace ID back to the browser client was to have the server set a I would love to have optional trace response headers in the spec and have a proposal on the table for a JS API to read that header!! That plus a CORS exclusion for the |
Is your feature request related to a problem? Please describe.
the browser by looking up the trace ID found in response headers.
Describe the solution you'd like
Inject trace id in the response header and only for incoming requests.
Should we make this behaviour optional and disabled by default ?
The text was updated successfully, but these errors were encountered: