Skip to content

Measure proxy flight time

Implements gitlab-com/operations#264 (closed)

Measuring time spent between requests starting in gitlab-workhorse and reaching this rack middleware may allow us to learn if Unicorn queueing is a problem or not.

This relies on gitlab-workhorse setting a special header gitlab-workhorse!47 (merged) . Nothing happens if the header is missing.

Merge request reports