Instrument all Grape API helpers

This commit is contained in:
Yorick Peterse 2016-05-17 00:10:32 +02:00
parent 4ade5ff425
commit b933367ab3
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
2 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,7 @@ v 8.8.0 (unreleased)
- Redesign navigation for profile and group pages
- Add counter metrics for rails cache
- Import pull requests from GitHub where the source or target branches were removed
- All Grape API helpers are now instrumented
v 8.7.6
- Fix links on wiki pages for relative url setups. !4131 (Artem Sidorenko)

View File

@ -118,6 +118,8 @@ if Gitlab::Metrics.enabled?
# Instrument the classes used for checking if somebody has push access.
config.instrument_instance_methods(Gitlab::GitAccess)
config.instrument_instance_methods(Gitlab::GitAccessWiki)
config.instrument_instance_methods(API::Helpers)
end
GC::Profiler.enable