-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add additional instrumentation for debugging #697
Milestone
Comments
mxsasha
added a commit
that referenced
this issue
Jan 5, 2023
Closed
mxsasha
added a commit
that referenced
this issue
Jan 5, 2023
mxsasha
added a commit
that referenced
this issue
Jan 5, 2023
mxsasha
added a commit
that referenced
this issue
Jan 5, 2023
mxsasha
added a commit
that referenced
this issue
Jan 6, 2023
mxsasha
added a commit
that referenced
this issue
Jan 6, 2023
mxsasha
added a commit
that referenced
this issue
Jan 6, 2023
(cherry picked from commit 466849a) Co-authored-by: Sasha Romijn <github@mxsasha.eu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When debugging, it can be very helpful to have easier access to profiling and stack inspection, with little effort. Probably hidden behind a feature flag that can be switched without restarts.
Specific ideas:
https://pyinstrument.readthedocs.io/en/latest/guide.html#profile-a-web-request-in-fastapi
https://stackoverflow.com/a/2569696
The text was updated successfully, but these errors were encountered: