We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
otel allow us to collect telemetry and observe the performance of the deployment
shim::spawn
The text was updated successfully, but these errors were encountered:
Merge pull request containerd#10 from second-state/fix-github-action-…
300d9ad
…warning upgrade workflow fix github action warning
I have spent the last few weeks on adding otel support to runwasi. you can see the diff here: https://github.com/containerd/runwasi/compare/main...Mossaka:runwasi:otel?expand=1
One major block point is there are some missing parent spans for functions like task_wait(). I was able to reproduce this issue with this demo repo: https://github.com/Mossaka/otel-condvar/tree/main. I now believe that there are some issues with either the tracing crate or the otel crate where I raised an issue here: open-telemetry/opentelemetry-rust#1595
task_wait()
I am going to pause this work for now and focus on other stuff and will come back to this.
Sorry, something went wrong.
Mossaka
No branches or pull requests
otel allow us to collect telemetry and observe the performance of the deployment
shim::spawn
rust-extensions#268The text was updated successfully, but these errors were encountered: