Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e8e1ebce
Commit
e8e1ebce
authored
Apr 10, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
bd2ae079
b9e6e725
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
changelogs/unreleased/sh-disable-diff-instrumentation.yml
changelogs/unreleased/sh-disable-diff-instrumentation.yml
+5
-0
config/initializers/zz_metrics.rb
config/initializers/zz_metrics.rb
+0
-1
No files found.
changelogs/unreleased/sh-disable-diff-instrumentation.yml
0 → 100644
View file @
e8e1ebce
---
title
:
Disable method instrumentation for diffs
merge_request
:
27235
author
:
type
:
performance
config/initializers/zz_metrics.rb
View file @
e8e1ebce
...
...
@@ -31,7 +31,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'
]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment