summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics/samplers
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary super call in unicorn samplerRyan Cobb2019-06-031-4/+0
* Merge branch 'master' into 61964-unicorn-instrumentationRyan Cobb2019-05-291-0/+92
|\
| * Add Puma samplerJan Provaznik2019-05-291-0/+92
* | Adds ruby and unicorn instrumentationRyan Cobb2019-05-202-17/+46
|/
* Revert "Merge branch '56850-add-new-unicorn-metrics' into 'master'"revert-c5a9bc17Ryan Cobb2019-05-202-46/+17
* Add back ruby_memory_bytes metric, limit duplication, clean upRyan Cobb2019-04-292-9/+18
* Update docs and calculate process start time via proc tableRyan Cobb2019-04-241-9/+9
* Move process specific metrics to ruby samplerRyan Cobb2019-04-242-15/+15
* Adds new metrics for unicorn monitoringRyan Cobb2019-04-181-8/+28
* Update Metrics references to Object pathSarah Yasonik2019-02-143-9/+9
* Clean up unicorn sampler metric labelsBen Kochie2019-02-061-4/+4
* Enable even more frozen string for lib/gitlabgfyoung2018-11-164-0/+8
* Cleanup ruby sampler metricsbjk/48176_ruby_gcBen Kochie2018-06-221-12/+14
* Remove remaining traces of the Allocations Gemremove-allocations-gemYorick Peterse2018-06-202-16/+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
* Remove allocation tracking code from InfluxDB sampler for performancesh-remove-allocation-tracking-influxdbStan Hu2017-12-101-24/+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
* Fix rubocop warningsPawel Chojnacki2017-11-023-3/+2
* Cleanup sampling code and fix bug with samplers running without sleepPawel Chojnacki2017-11-022-1/+5
* remove common Base Sampler codePawel Chojnacki2017-11-021-53/+18
* 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-024-0/+338