summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics
Commit message (Expand)AuthorAgeFilesLines
* Write to InfluxDB directly via UDPYorick Peterse2015-12-295-11/+4
* Strip newlines from obfuscated SQLYorick Peterse2015-12-291-1/+1
* Use String#delete for removing double quotesYorick Peterse2015-12-281-1/+1
* Track object counts using the "allocations" GemYorick Peterse2015-12-171-3/+22
* 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
* Track location information as tagsYorick Peterse2015-12-172-12/+22
* Replace double quotes when obfuscating SQLYorick Peterse2015-12-171-1/+9
* Track object count types as tagsYorick Peterse2015-12-171-1/+3
* 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-172-48/+31
* Use string evaluation for method instrumentationYorick Peterse2015-12-172-9/+11
* Storing of application metrics in InfluxDBYorick Peterse2015-12-1712-0/+542