summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics/samplers/ruby_sampler.rb
Commit message (Expand)AuthorAgeFilesLines
* Update Metrics references to Object pathSarah Yasonik2019-02-141-5/+5
* Enable even more frozen string for lib/gitlabgfyoung2018-11-161-0/+2
* Cleanup ruby sampler metricsbjk/48176_ruby_gcBen Kochie2018-06-221-12/+14
* Remove remaining traces of the Allocations Gemremove-allocations-gemYorick Peterse2018-06-201-10/+0
* Make `System.monotonic_time` retun seconds represented by float with microsec...Pawel Chojnacki2017-12-121-1/+1
* Remove RubySampler#sample_objects for performance as wellStan Hu2017-12-111-27/+0
* Update prometheus-client-mmap gem to highly optimized versionPawel Chojnacki2017-12-071-3/+3
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Remove unnecessary namespace usePawel Chojnacki2017-11-021-7/+7
* Cleanup sampling code and fix bug with samplers running without sleepPawel Chojnacki2017-11-021-1/+1
* Transaction and method instrumentationPawel Chojnacki2017-11-021-10/+2
* Finished Ruby SamplerPawel Chojnacki2017-11-021-18/+20
* Add samples total and cleanupPawel Chojnacki2017-11-021-26/+53
* Add GC sampler and small refactor of samplersPawel Chojnacki2017-11-021-0/+89