Skip to content
New issue

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

meta: instrument Tokio with tracing. #1186

Closed
1 of 3 tasks
carllerche opened this issue Jun 25, 2019 · 3 comments
Closed
1 of 3 tasks

meta: instrument Tokio with tracing. #1186

carllerche opened this issue Jun 25, 2019 · 3 comments
Assignees
Labels
A-tokio Area: The main tokio crate C-musing Category: musings about a better world

Comments

@carllerche
Copy link
Member

carllerche commented Jun 25, 2019

This issue tracks instrumenting Tokio using the tracing crate (formerly known as tokio-trace). I will be updating the description with thoughts and the issue can be used for general discusssion.

Runtime

Net

@hawkw
Copy link
Member

hawkw commented Aug 28, 2019

I opened #1504 to discuss exposing more diagnostic events from tokio-net.

@hawkw
Copy link
Member

hawkw commented Jul 13, 2020

#2655 adds tracing spans for every spawned task, when enabled. We can derive information about task durations (and counting different types of task) using these spans.

@carllerche
Copy link
Member Author

Gonna close this for now as it hasn't took off. We do want more instrumentation points though :)

@Darksonn Darksonn added A-tokio Area: The main tokio crate C-musing Category: musings about a better world and removed meta labels Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-musing Category: musings about a better world
Projects
None yet
Development

No branches or pull requests

3 participants