summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/sh-add-gitaly-duration-logs.yml
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-03-27 05:56:36 -0500
committerStan Hu <stanhu@gmail.com>2019-03-27 06:01:21 -0500
commit74ff33a3fdb83cd03c41436b4ae10ca48075f0e9 (patch)
tree6104d45c38d0588c7c938eb83b976235b0d4a1db /changelogs/unreleased/sh-add-gitaly-duration-logs.yml
parent0610bb091766d3bb935fc10898dd66bc6f76b1c5 (diff)
downloadgitlab-ce-74ff33a3fdb83cd03c41436b4ae10ca48075f0e9.tar.gz
Log Gitaly RPC duration to api_json.log and production_json.log
This makes it easier to debug Gitaly performance issues in the field. This commit also makes the tracking of query time thread-safe via RequestStore.
Diffstat (limited to 'changelogs/unreleased/sh-add-gitaly-duration-logs.yml')
-rw-r--r--changelogs/unreleased/sh-add-gitaly-duration-logs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-add-gitaly-duration-logs.yml b/changelogs/unreleased/sh-add-gitaly-duration-logs.yml
new file mode 100644
index 00000000000..eea50384278
--- /dev/null
+++ b/changelogs/unreleased/sh-add-gitaly-duration-logs.yml
@@ -0,0 +1,5 @@
+---
+title: Log Gitaly RPC duration to api_json.log and production_json.log
+merge_request: 26652
+author:
+type: other