summaryrefslogtreecommitdiff
path: root/config/initializers/8_metrics.rb
Commit message (Collapse)AuthorAgeFilesLines
* Instrument Abilityinstrument-abilitySean McGivern2017-07-141-0/+4
|
* Merge prometheus unicorn sampler settigns within monitoring settingsPawel Chojnacki2017-07-051-1/+1
|
* Instrument Unicorn with Ruby exporterPaweł Chojnacki2017-07-041-1/+8
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
|
* Instrument MergeRequestDiff#load_commitsinstrument-merge-request-diff-load-commitsSean McGivern2017-06-141-0/+3
| | | | | | | This instrumentation isn't needed strictly for performance measurements, but just to see which controller actions call this method at all. See <https://gitlab.com/gitlab-org/gitlab-ce/issues/30224#note_32306159> for more details.
* Merge branch '29389-fix-already-initialized-constants' into 'master' Robert Speicher2017-03-141-3/+3
|\ | | | | | | | | | | | | Remove explicit `require` calls, and use `require_dependency` when needed Closes #29389 See merge request !9899
| * Remove explicit `require` calls, and use `require_dependency` when needed29389-fix-already-initialized-constantsRémy Coutable2017-03-131-3/+3
| | | | | | | | | | | | | | | | See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Don't instrument `app/services/concerns`Bob Van Landuyt2017-03-131-7/+11
|/
* Execute metrics initializer earlieretag-notes-pollingAdam Niedzielski2017-03-011-0/+188
This makes sure that Gitlab::Metrics::RackMiddleware is added before Gitlab::EtagCaching::Middleware.