summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/metrics/instrumentation_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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