From 16e04e006cf8996883ef0c5b7881eb3cbb7079ce Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 25 May 2018 21:00:26 -0700 Subject: Log queue duration for Grape API calls This mimics the same thing the RailsQueueDuration does for Rails controller requests and will help diagnose issues with API delays. Closes #46601 --- changelogs/unreleased/sh-tag-queue-duration-api-calls.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/sh-tag-queue-duration-api-calls.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/sh-tag-queue-duration-api-calls.yml b/changelogs/unreleased/sh-tag-queue-duration-api-calls.yml new file mode 100644 index 00000000000..686cceaab62 --- /dev/null +++ b/changelogs/unreleased/sh-tag-queue-duration-api-calls.yml @@ -0,0 +1,5 @@ +--- +title: Log Workhorse queue duration for Grape API calls +merge_request: +author: +type: other -- cgit v1.2.3