summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics/subscribers/action_view.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Rename Concern -> Methods41771-reduce-cardinality-of-metricsPawel Chojnacki2018-01-291-1/+1
* Fix wrong histograam bucketsPawel Chojnacki2018-01-291-1/+1
* Refactor metrics to use metrics dsl notationPawel Chojnacki2018-01-291-5/+6
* Put View instrumentation and transaction memory use behind featurePawel Chojnacki2018-01-291-4/+6
* Initiaal implementation of metrics concernPawel Chojnacki2018-01-291-13/+6
* Make subscriber tests pass, after refactoring metricsPawel Chojnacki2017-11-021-1/+1
* Use Mutex to guard metrics creation in transaction. Switch action view to thr...Pawel Chojnacki2017-11-021-2/+2
* Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki2017-11-021-0/+14
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* 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-071-6/+2
* Store SQL/view timings in millisecondsYorick Peterse2016-01-061-2/+6
* Track total query/view timings in transactionsYorick Peterse2016-01-041-0/+1
* Track location information as tagsYorick Peterse2015-12-171-6/+11
* Storing of application metrics in InfluxDBYorick Peterse2015-12-171-0/+48