Tomoki Furuhashi
Tomoki Furuhashi
I had the same issue, and I could send traces to Honeycomb by downgrading the open telemetry crates. As far as I investigated, it seemed that the current crate versions...
Hi @metajack @LukeMathWalker, I found possible solutions for this issue. Either [downgrading Opentelemetry's crate](https://github.com/mainmatter/rust-telemetry-workshop/issues/13#issuecomment-2408943290) or [changing the scheduled delay config](https://github.com/mainmatter/rust-telemetry-workshop/pull/14) would work. I created [a PR](https://github.com/mainmatter/rust-telemetry-workshop/pull/14) to change the scheduled...