Instrument Gitlab::Highlight

This class does quite a few interesting things so let's instrument it so
we can see how much time is being spent in this class.
This commit is contained in:
Yorick Peterse 2016-08-03 17:08:41 +02:00
parent 1ee1113696
commit 9a934e2501
No known key found for this signature in database
GPG key ID: EDD30D2BEB691AC9
2 changed files with 4 additions and 0 deletions

View file

@ -30,6 +30,7 @@ v 8.11.0 (unreleased)
- Include old revision in merge request update hooks (Ben Boeckel)
- Add build event color in HipChat messages (David Eisner)
- Make fork counter always clickable. !5463 (winniehell)
- Gitlab::Highlight is now instrumented
- All created issues, API or WebUI, can be submitted to Akismet for spam check !5333
- The overhead of instrumented method calls has been reduced
- Remove `search_id` of labels dropdown filter to fix 'Missleading URI for labels in Merge Requests and Issues view'. !5368 (Scott Le)

View file

@ -145,6 +145,9 @@ if Gitlab::Metrics.enabled?
config.instrument_methods(Rinku)
config.instrument_instance_methods(Repository)
config.instrument_methods(Gitlab::Highlight)
config.instrument_instance_methods(Gitlab::Highlight)
end
GC::Profiler.enable