• Stan Hu's avatar
    Add backtraces to Peek performance bar for SQL calls · 8346da65
    Stan Hu authored
    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.
    8346da65
peek_query_tracker.rb 1.26 KB