Skip to content

Add backtraces to Peek performance bar for SQL calls

Stan Hu requested to merge sh-add-backtrace-to-sql-queries into master

Just as we have backtraces for Gitaly, we should also have backtraces for SQL calls. This makes it much easier to find the source of the SQL call and optimize N+1 queries and other performance issues with an endpoint.

Screenshot

image

Edited by Stan Hu

Merge request reports