-
Notifications
You must be signed in to change notification settings - Fork 795
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
bug(http-plugin): x-opentelemetry-outgoing-request
isn't stripped before sending the request
#983
Comments
Anybody knows when this change will be available in npmjs? I'm experiencing the same issue when using exporter-zipkin to jaeger. |
We have planned to cut release this week, waiting to few PRs to get merged. Let us know if you blocked on this, we can cut release either today or tomorrow. |
Yes I am blocked on it. I have a demo tomorrow and this is a big show stopper now. |
This is a good reason why using the header to signal to plugins is a bad idea. |
It can create some issues for remote server that doesn't expect that header, ex:
openzipkin/zipkin-support#6
Anyway we shouldn't mutate the request from a external point of view
ref: #965 (comment)
The text was updated successfully, but these errors were encountered: