From 74ff33a3fdb83cd03c41436b4ae10ca48075f0e9 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 27 Mar 2019 05:56:36 -0500 Subject: 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. --- changelogs/unreleased/sh-add-gitaly-duration-logs.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/sh-add-gitaly-duration-logs.yml (limited to 'changelogs/unreleased/sh-add-gitaly-duration-logs.yml') 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 -- cgit v1.2.1