Skip to content

Commit

Permalink
console-api,console-subscriber,tokio-console: implement stack traces …
Browse files Browse the repository at this point in the history
…for tasks

The task detail view of console now shows the tree of extant
consequences stemming from that task; i.e., which spans are
open beneath the task. The leaves of the task, in a sense,
reflect what the task is busy doing at that moment.
  • Loading branch information
jswrenn committed Aug 17, 2022
1 parent d08391c commit 6a4597b
Show file tree
Hide file tree
Showing 27 changed files with 1,068 additions and 308 deletions.
4 changes: 3 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
paths = ["/home/jswrenn/projects/tracing"]

[build]
rustflags = ["--cfg", "tokio_unstable"]
rustflags = ["--cfg", "tokio_unstable"]
Loading

0 comments on commit 6a4597b

Please sign in to comment.