From 8346da6527ab4b9233605565a022ef9f05d3f4c9 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 9 Jun 2019 18:18:14 -0700 Subject: Add backtraces to Peek performance bar for SQL calls 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. --- changelogs/unreleased/sh-add-backtrace-to-sql-queries.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/sh-add-backtrace-to-sql-queries.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/sh-add-backtrace-to-sql-queries.yml b/changelogs/unreleased/sh-add-backtrace-to-sql-queries.yml new file mode 100644 index 00000000000..d4ca027d1b9 --- /dev/null +++ b/changelogs/unreleased/sh-add-backtrace-to-sql-queries.yml @@ -0,0 +1,5 @@ +--- +title: Add backtraces to Peek performance bar for SQL calls +merge_request: +author: +type: added -- cgit v1.2.1