summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics/subscribers
Commit message (Expand)AuthorAgeFilesLines
* RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman2016-07-051-2/+12
* Instrument cache fetch hit and cache fetch missesPaco Guzman2016-07-051-0/+12
* Add cache count metrics to rails cacheadd-cache-count-metricsPablo Carranza2016-05-151-5/+7
* Count the number of SQL queries per transactionYorick Peterse2016-04-181-0/+1
* Instrument Rails cache codeinstrument-rails-cacheYorick Peterse2016-04-081-0/+39
* Stop tracking call stacks for instrumented viewsremove-application-frames-from-viewsYorick Peterse2016-01-121-9/+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
* Track total query/view timings in transactionsYorick Peterse2016-01-042-0/+23
* Removed tracking of raw SQL queriesYorick Peterse2015-12-311-48/+0
* Track location information as tagsYorick Peterse2015-12-172-12/+22
* Use custom code for instrumenting method callsYorick Peterse2015-12-171-42/+0
* Use string evaluation for method instrumentationYorick Peterse2015-12-171-2/+2
* Storing of application metrics in InfluxDBYorick Peterse2015-12-173-0/+133