-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateM-taskdump--cfg tokio_taskdump--cfg tokio_taskdump
Description
Feature Request: #5457
PRs:
- Implement task dumps for current-thread runtime. #5608
- taskdump: implement task dumps for multi-thread runtime #5717
Roadmap:
- Runtime Support
- Trace Quality Improvements
- Instrument all tokio leaves. (#5708)
- Instrument frames with extra metadata (e.g., function arguments).
- Provide a public API for instrumenting frames.
- Increase platform support.
- Maintain insertion order of frames in trace output.
- Task Dump Improvements
- Include additional task metadata:
- spawn location
- name
- ID (runtime: include task
Idin taskdumps #6328)
- Ensure that
FuturesUnorderedandLocalSetfutures are included in dumps. - Add functionality for dumping subset of tasks.
- Include Very Stuck Tasks
- Include additional task metadata:
- Remove External Dependencies
- Remove
backtrace-rsdependency.
- Remove
- Misc
- Clean up
#[cfg]s.
- Clean up
joseluis and scottlamb
Metadata
Metadata
Assignees
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateM-taskdump--cfg tokio_taskdump--cfg tokio_taskdump