Instrument the Repository class

Since this isn't an ActiveRecord::Base descendant it wasn't
instrumented.
This commit is contained in:
Yorick Peterse 2016-08-02 13:29:43 +02:00
parent a8851a3c9f
commit 946d3b132e
No known key found for this signature in database
GPG key ID: EDD30D2BEB691AC9
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ v 8.11.0 (unreleased)
- Remove magic comments (`# encoding: UTF-8`) from Ruby files. !5456 (winniehell)
- Add support for relative links starting with ./ or / to RelativeLinkFilter (winniehell)
- Fix CI status icon link underline (ClemMakesApps)
- The Repository class is now instrumented
- Cache the commit author in RequestStore to avoid extra lookups in PostReceive
- Fix of 'Commits being passed to custom hooks are already reachable when using the UI'
- Add support for using RequestStore within Sidekiq tasks via SIDEKIQ_REQUEST_STORE env variable

View file

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