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

Zipkin in web #1265

Closed
obecny opened this issue Jul 1, 2020 · 1 comment · Fixed by #1399
Closed

Zipkin in web #1265

obecny opened this issue Jul 1, 2020 · 1 comment · Fixed by #1399
Assignees

Comments

@obecny
Copy link
Member

obecny commented Jul 1, 2020

I see more and more people are trying to use zipkin on web. Currently this is not possible, but refactoring zipkin to work fine in web should be quite straightforward. This can be achieved by having a platform specific code for transport only (XMLHttpRequest on web and http/https in node.js) - more less the same it works in ExporterCollector.
WDYT ?

@dyladan
Copy link
Member

dyladan commented Jul 1, 2020

If it's not too much work, I don't see a reason not to implement it.

@obecny obecny self-assigned this Jul 10, 2020
Booster2ooo added a commit to Booster2ooo/opentelemetry-js that referenced this issue Aug 5, 2020
refactored for browser compatibility in addition to existing nodejs

closes issue open-telemetry#1265
pichlermarc pushed a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this issue Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants