Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-03-27 13:56:36 +0300
committerStan Hu <stanhu@gmail.com>2019-03-27 14:01:21 +0300
commit74ff33a3fdb83cd03c41436b4ae10ca48075f0e9 (patch)
tree6104d45c38d0588c7c938eb83b976235b0d4a1db /changelogs
parent0610bb091766d3bb935fc10898dd66bc6f76b1c5 (diff)
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')
-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