summaryrefslogtreecommitdiff
path: root/spec/initializers/8_metrics_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki2017-11-021-4/+1
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Instrument Unicorn with Ruby exporterPaweł Chojnacki2017-07-041-1/+9
|
* Instrument MergeRequestDiff#load_commitsinstrument-merge-request-diff-load-commitsSean McGivern2017-06-141-0/+1
| | | | | | | 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.
* Execute metrics initializer earlieretag-notes-pollingAdam Niedzielski2017-03-011-0/+16
This makes sure that Gitlab::Metrics::RackMiddleware is added before Gitlab::EtagCaching::Middleware.