-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
task: add Tracing instrumentation to spawned tasks #2655
Commits on Jul 11, 2020
-
task: instrument spawned tasks with tracing
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Configuration menu - View commit details
-
Copy full SHA for 2f03820 - Browse repository at this point
Copy the full SHA 2f03820View commit details -
examples: add tracing to chat example
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Configuration menu - View commit details
-
Copy full SHA for 4239548 - Browse repository at this point
Copy the full SHA 4239548View commit details -
task: add spans to local and blocking tasks
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Configuration menu - View commit details
-
Copy full SHA for a190eae - Browse repository at this point
Copy the full SHA a190eaeView commit details -
examples: don't need enter/exit,
The context shows the currently active task, so we _really_ only need `new` and `close` events. Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Configuration menu - View commit details
-
Copy full SHA for d4e4aef - Browse repository at this point
Copy the full SHA d4e4aefView commit details -
fixup local and blocking spans
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Configuration menu - View commit details
-
Copy full SHA for bd4068e - Browse repository at this point
Copy the full SHA bd4068eView commit details -
there is no option for open/close only, currently Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Configuration menu - View commit details
-
Copy full SHA for 5136e1f - Browse repository at this point
Copy the full SHA 5136e1fView commit details
Commits on Jul 12, 2020
-
examples: document tracing setup
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Configuration menu - View commit details
-
Copy full SHA for 7b40188 - Browse repository at this point
Copy the full SHA 7b40188View commit details -
hide cfgs from mainline code where practical
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Configuration menu - View commit details
-
Copy full SHA for 093398c - Browse repository at this point
Copy the full SHA 093398cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 468ed2d - Browse repository at this point
Copy the full SHA 468ed2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4f421f - Browse repository at this point
Copy the full SHA e4f421fView commit details
Commits on Jul 13, 2020
-
turns out localset requires rt-core *and* rt-util
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Configuration menu - View commit details
-
Copy full SHA for 59fec64 - Browse repository at this point
Copy the full SHA 59fec64View commit details -
Configuration menu - View commit details
-
Copy full SHA for f749552 - Browse repository at this point
Copy the full SHA f749552View commit details -
remove reference to unstable flag in examples
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Configuration menu - View commit details
-
Copy full SHA for ba638df - Browse repository at this point
Copy the full SHA ba638dfView commit details -
Merge branch 'eliza/trace-spawns' of github.com:tokio-rs/tokio into e…
…liza/trace-spawns Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Configuration menu - View commit details
-
Copy full SHA for d4391cd - Browse repository at this point
Copy the full SHA d4391cdView commit details