summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/metrics/instrumentation_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-16/+16
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-16/+16
* Enable Style/EmptyLineBetweenDefsDouwe Maan2017-02-231-0/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-16/+16
* Reduce instrumentation overheadYorick Peterse2016-07-281-4/+8
* Track method call times/counts as a single metricYorick Peterse2016-06-171-6/+4
* Instrument private/protected methodsPaco Guzman2016-06-141-2/+54
* Measure CPU time for instrumented methodsPaco Guzman2016-06-141-2/+2
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-4/+4
* Removed tracking of total method execution timestotal-method-timeYorick Peterse2016-05-121-6/+0
* Use Module#prepend for method instrumentationfix-method-instrumentationYorick Peterse2016-04-181-14/+37
* Correct arity for instrumented methods w/o argsinstrumentation-signatureYorick Peterse2016-01-251-0/+10
* Automatically prefix transaction series namesYorick Peterse2016-01-041-1/+1
* Track total method call times per transactionYorick Peterse2016-01-041-0/+6
* Use separate series for Rails/Sidekiq transactionsYorick Peterse2015-12-311-1/+1
* Support for instrumenting class hierarchiesYorick Peterse2015-12-171-0/+33
* Only track method calls above a certain thresholdYorick Peterse2015-12-171-0/+24
* Allow filtering of what methods to instrumentYorick Peterse2015-12-171-0/+16
* Only instrument methods defined directlyYorick Peterse2015-12-171-0/+26
* Added Instrumentation.configureYorick Peterse2015-12-171-1/+9
* Methods for instrumenting multiple methodsYorick Peterse2015-12-171-5/+29
* Use custom code for instrumenting method callsYorick Peterse2015-12-171-6/+16
* Use string evaluation for method instrumentationYorick Peterse2015-12-171-2/+4
* Storing of application metrics in InfluxDBYorick Peterse2015-12-171-0/+91