-
Notifications
You must be signed in to change notification settings - Fork 271
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
admin: add an endpoint to dump spawned Tokio tasks #595
Merged
Merged
Changes from 25 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
363a2fe
whoa it actually works now
hawkw 94e91a5
make it look slightly less awful
hawkw b2db8c6
timings/fancy table
hawkw 6577aa5
lol im good at html
hawkw 1dd5599
lol im super good at html
hawkw 4ae2063
whoopsie
hawkw f6bcab7
blaaahhhh
hawkw e590656
i'm *really* good at html
hawkw d060941
track total polls
hawkw 3773642
json for @olix0r <3
hawkw ab9f68d
use pretty ctor
hawkw 57f9f0b
fixup serde stuff
hawkw 9607c6e
fixup
hawkw 4557bdf
fixup tests
hawkw 6eea722
include tasks layer in json mode too
hawkw f4f3b1b
require loopback to dump tasks
hawkw 1aeb47b
fixup
hawkw e6e077b
fix panic in time-to-first-poll
hawkw 5addbd4
pin unreleased crate to SHA
hawkw 92750ed
disembreak test
hawkw b42615c
upstream perf fixes
hawkw 519ce8c
use release version of Tokio!
hawkw 0ebff79
rm patch
hawkw 86db3c4
manual lockfile surgery
hawkw 32051a4
whoopsy
hawkw 3f404bb
maybe hit filters less for task tracking
hawkw 84296a4
also handle disabling ansi correctly
hawkw d02213b
apparently i managed to screw up toml syntax somehow
hawkw e3a3fc0
put back selfs
hawkw f2be0b0
Merge branch 'main' into eliza/tokio-trace
hawkw bd0bbe7
fixup
hawkw 7dad10d
Merge branch 'main' into eliza/tokio-trace
hawkw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto formatting here? Not a blocker but just wondering if this was intentional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup, i think this change can be removed entirely — this was left over from an attempt at feature-flagging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, would prefer to revert this as it removes some indentation below