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-02-11 03:43:44 +0300
committerStan Hu <stanhu@gmail.com>2019-02-12 17:58:55 +0300
commit51ca79228bc2d22b12d47ba177610d228793dc94 (patch)
treebe4b156aa088aeb78eca6c198dd78810a1db5fc8 /changelogs
parentd29e81b2aa7fc26736eb09309bbbf2ab5a5d5050 (diff)
Log queue duration in production_json.log
`queue_duration` is a useful metric that is currently in api_json.log but not in production_json.log. We should add it because it tells us how long the request sat in Workhorse before Unicorn processed it. Having this field enables the support team to better troubleshoot when delays began to happen.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-log-rails-queue-duration.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-log-rails-queue-duration.yml b/changelogs/unreleased/sh-log-rails-queue-duration.yml
new file mode 100644
index 00000000000..89390aef108
--- /dev/null
+++ b/changelogs/unreleased/sh-log-rails-queue-duration.yml
@@ -0,0 +1,5 @@
+---
+title: Log queue duration in production_json.log
+merge_request: 25075
+author:
+type: other