Zhongyang Wu
Zhongyang Wu
> Maybe we can also add a daily/weekly build of the integration test? yeah we could set something up but I want to extend the integration test coverage first
cc @jtescher as you have more experience in tracing-opentelemetry. I checked the example and can reproduce the issue with the stdout exporter. I suspect we didn't have the right context...
#1327 should help us release more confidently
With the upgrade I think we should also upgrade the version of `http` to `1.0`. However it's currently blocked because some of the http client implementation is still on pre...
Other than the http cteates. Tonic also depends on the `http 0.2`. We are currently blocked on it https://github.com/hyperium/tonic/issues/1579
I can look into the hyper middle ware or if you want feel free to take this issue @KallDrexx
> Do we need to? The spec is about to get stable soon, so its not worth the effort to hide it under feature-flag now and later undo that. Emm...
There are ~144k creates in Cargo(Rust official package management tool), ~7k creates dependent on `tracing` directly. Given this wide adapotion Otel must have a bridge to `tracing`. It also means...
> I am unsure of the value of returning Result as there isn't anything user can do about it at runtime > If there is validation error (invalid characters in...
> if a user gets Error Result, what are they expected to do with it? Show an example so we can use that to discuss. What if I don't want...