Merge branch 'sh-disable-diff-instrumentation' into 'master'

Disable method instrumentation for diffs

Closes #52898

See merge request gitlab-org/gitlab-ce!27235
This commit is contained in:
Michael Kozono 2019-04-10 21:11:55 +00:00
commit b9e6e72501
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
title: Disable method instrumentation for diffs
merge_request: 27235
author:
type: performance

View file

@ -30,7 +30,6 @@ def instrument_classes(instrumentation)
# are included.
%w(app services [^concerns]**) => %w(app services),
%w(lib gitlab conflicts) => ['lib'],
%w(lib gitlab diff) => ['lib'],
%w(lib gitlab email message) => ['lib'],
%w(lib gitlab checks) => ['lib']
}