opentelemetry-rust
opentelemetry-rust copied to clipboard
Split `wasm` collector from jaeger standard collector.
As mentioned https://github.com/open-telemetry/opentelemetry-rust/pull/729#discussion_r805450667 We may want to look at separating the wasm implementation since it looks very different.
We probably still want to reuse the part where we parse the open telemetry spans to jaeger spans so this will probably stay in opentelemtry-jaeger
IMHO.
To that point, we probably need to look at how to better support wasm overall. It's not urgent but I do think it's a good opportunity.
Yea I was kinda curious if maybe there's a common crate (potentially the existing one) and then the wasm crate just has it as a dependency which does special wasm things.
We have something in the API for system clock in open telemetry create. Although I don't think it currently working. https://github.com/open-telemetry/opentelemetry-rust/issues/696 need to further investigate it.