summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics/instrumentation.rb
Commit message (Expand)AuthorAgeFilesLines
* Track total method call times per transactionYorick Peterse2016-01-041-0/+2
* Support for instrumenting class hierarchiesYorick Peterse2015-12-171-0/+23
* Only track method calls above a certain thresholdYorick Peterse2015-12-171-3/+5
* Allow filtering of what methods to instrumentYorick Peterse2015-12-171-2/+17
* Only instrument methods defined directlyYorick Peterse2015-12-171-3/+7
* Added Instrumentation.configureYorick Peterse2015-12-171-0/+4
* Methods for instrumenting multiple methodsYorick Peterse2015-12-171-0/+23
* Proper method instrumentation for special symbolsYorick Peterse2015-12-171-4/+5
* Use custom code for instrumenting method callsYorick Peterse2015-12-171-6/+31
* Use string evaluation for method instrumentationYorick Peterse2015-12-171-7/+9
* Storing of application metrics in InfluxDBYorick Peterse2015-12-171-0/+47