diff options
author | Stan Hu <stanhu@gmail.com> | 2019-06-09 18:18:14 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-06-09 18:19:40 -0700 |
commit | 8346da6527ab4b9233605565a022ef9f05d3f4c9 (patch) | |
tree | 8205c163999c5444be034298d17902cebb963d73 /changelogs | |
parent | 72611cbc3a81647cc7f93cd8a84ae3b9f37ec8c7 (diff) | |
download | gitlab-ce-8346da6527ab4b9233605565a022ef9f05d3f4c9.tar.gz |
Add backtraces to Peek performance bar for SQL callssh-add-backtrace-to-sql-queries
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.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-add-backtrace-to-sql-queries.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |