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:
commit
b9e6e72501
2 changed files with 5 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Disable method instrumentation for diffs
|
||||
merge_request: 27235
|
||||
author:
|
||||
type: performance
|
|
@ -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']
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue