summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/metrics
Commit message (Expand)AuthorAgeFilesLines
* Removed various default metrics tagsreduce-influxdb-tagsYorick Peterse2015-12-311-3/+0
* Write to InfluxDB directly via UDPYorick Peterse2015-12-293-10/+2
* Strip newlines from obfuscated SQLYorick Peterse2015-12-291-0/+6
* Track object counts using the "allocations" GemYorick Peterse2015-12-171-0/+4
* 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
* Track location information as tagsYorick Peterse2015-12-172-4/+10
* Replace double quotes when obfuscating SQLYorick Peterse2015-12-171-0/+8
* Track object count types as tagsYorick Peterse2015-12-171-1/+2
* 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-172-46/+16
* Use string evaluation for method instrumentationYorick Peterse2015-12-172-4/+5
* Storing of application metrics in InfluxDBYorick Peterse2015-12-1712-0/+642