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
9bc2209a
Commit
9bc2209a
authored
Sep 08, 2016
by
Ahmad Sherif
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Instrument Elasticsearch::Git::Repository
parent
88e44726
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CHANGELOG-EE
CHANGELOG-EE
+1
-0
config/initializers/metrics.rb
config/initializers/metrics.rb
+3
-0
No files found.
CHANGELOG-EE
View file @
9bc2209a
Please view this file on the master branch, on stable branches it's out of date.
v 8.12.0 (Unreleased)
- [ES] Instrument Elasticsearch::Git::Repository
v 8.11.5
- API: Restore backward-compatibility for POST /projects/:id/members when membership is locked
...
...
config/initializers/metrics.rb
View file @
9bc2209a
...
...
@@ -149,6 +149,9 @@ if Gitlab::Metrics.enabled?
config
.
instrument_methods
(
Gitlab
::
Highlight
)
config
.
instrument_instance_methods
(
Gitlab
::
Highlight
)
config
.
instrument_methods
(
Elasticsearch
::
Git
::
Repository
)
config
.
instrument_instance_methods
(
Elasticsearch
::
Git
::
Repository
)
config
.
instrument_instance_methods
(
Search
::
GlobalService
)
config
.
instrument_instance_methods
(
Search
::
ProjectService
)
config
.
instrument_instance_methods
(
Gitlab
::
Elastic
::
SearchResults
)
...
...
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