Skip to content
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

Tracer should capture SQL queries that error or exceed their time limit #2405

Closed
simonw opened this issue Aug 21, 2024 · 1 comment
Closed

Comments

@simonw
Copy link
Owner

simonw commented Aug 21, 2024

I'm trying to debug some performance issues and my traces kept showing big gaps:

image

Turns out that's because a bunch of facet queries were timing out without being caught by the tracer.

@simonw
Copy link
Owner Author

simonw commented Aug 21, 2024

Using the latest release of datasette-pretty-traces those now look like this:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant