Closed wspeirs closed 1 year ago
Hey, thanks for the report. This is definitely some conflict between external deps, since it was working without issues before. Let me check what was changed.
Ok, I found out that install_simple()
doesn't work anymore when Tokio runtime is inside. Some external dep behaviour was changed.
However good news is that install_simple()
shouldn't be used in prod code anyway, so I simulated somehow simple with batch exporter where I can propagate the Tokio runtime specifically.
This is the fix: https://github.com/abdolence/opentelemetry-gcloud-trace-rs/pull/21
Fixed (well workarounded the external limitation) in https://github.com/abdolence/opentelemetry-gcloud-trace-rs/releases/tag/v0.6.1
Let me know if it doesn't work for you.
Just tested, and it works for me... thanks!!!
If you run the example as described in the README, you get the following error: