summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics
Commit message (Expand)AuthorAgeFilesLines
* Randomize metrics sample intervalsconfigure-randomize-metrics-sample-intervalYorick Peterse2016-01-131-3/+25
* Make the metrics sampler interval configurableYorick Peterse2016-01-131-1/+1
* Merge branch 'remove-application-frames-from-views' into 'master' Yorick Peterse2016-01-121-9/+1
|\
| * Stop tracking call stacks for instrumented viewsremove-application-frames-from-viewsYorick Peterse2016-01-121-9/+1
* | Track memory allocated during a transactionYorick Peterse2016-01-121-3/+12
|/
* Tag all transaction metrics with an "action" tagYorick Peterse2016-01-113-12/+18
* Store request methods/URIs as valuesYorick Peterse2016-01-072-3/+7
* Removed UUIDs from metrics transactionsYorick Peterse2016-01-071-3/+1
* Revert "Store SQL/view timings in milliseconds"Yorick Peterse2016-01-072-11/+3
* Store SQL/view timings in millisecondsYorick Peterse2016-01-062-3/+11
* Automatically prefix transaction series namesYorick Peterse2016-01-043-12/+11
* Use separate series for Rails/Sidekiq sample statsYorick Peterse2016-01-041-5/+14
* Track total method call times per transactionYorick Peterse2016-01-041-0/+2
* Track total query/view timings in transactionsYorick Peterse2016-01-042-0/+23
* Ability to increment custom transaction valuesYorick Peterse2016-01-041-2/+13
* Removed tracking of hostnames for metricsYorick Peterse2015-12-311-4/+2
* Use separate series for Rails/Sidekiq transactionsYorick Peterse2015-12-314-8/+10
* Removed tracking of raw SQL queriesYorick Peterse2015-12-312-95/+0
* Removed various default metrics tagsreduce-influxdb-tagsYorick Peterse2015-12-311-5/+2
* 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