Zhongyang Wu

Results 130 comments of Zhongyang Wu

Hmm you shouldn't need to on 0.15. We did change the behavior to require a explicily call to use http client in master but it hasn't been released

Thanks for the details. The jaeger exporter was always trying to set up agent before trying to send to the collector. It has caused some confusion. I hope once we...

Hi :wave: Sorry for the late response. Could you provide your compiling target? for `target_arch=wasm32`, we only use the `Duration` and `UNIX_EPOCH` in time mod, which should be the same...

Any chance you are using `opentelemetry-stackdriver` crate? Looks like the panic happens for `Instant::now()` function.

I think https://github.com/vivint-smarthome/opentelemetry-stackdriver only have `exporter`. If that's the case, then I don't know anyone else is working on the propagator.

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...

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.

The spec provides two env vars https://github.com/open-telemetry/opentelemetry-specification/pull/1021 to allow users to specify the port and host. We intended to save the value of the `host` and `port` into exporter so...

I think currently zPages should contain following components: 1. a custom span processor(zPage processor I guess) to collect spans. 2. an aggregatorto collect sample span, and record related metrics (running,...

Thanks for the feedback. I think the sampling method in the start span only called for span without a parent. For span with a parent, it will respect the sampling...