Skip to content
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

Closed
vmarchaud opened this issue Apr 26, 2020 · 5 comments · Fixed by #984
Assignees
Labels
bug Something isn't working

Comments

@vmarchaud
Copy link
Member

vmarchaud commented Apr 26, 2020

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)

@vmarchaud
Copy link
Member Author

@acheraime
Copy link

Anybody knows when this change will be available in npmjs? I'm experiencing the same issue when using exporter-zipkin to jaeger.

@mayurkale22
Copy link
Member

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.

@acheraime
Copy link

Yes I am blocked on it. I have a demo tomorrow and this is a big show stopper now.

@dyladan
Copy link
Member

dyladan commented May 11, 2020

This is a good reason why using the header to signal to plugins is a bad idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants