summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics/subscribers
Commit message (Expand)AuthorAgeFilesLines
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Rename Concern -> Methods41771-reduce-cardinality-of-metricsPawel Chojnacki2018-01-292-2/+2
* Fix wrong histograam bucketsPawel Chojnacki2018-01-292-2/+2
* Refactor metrics to use metrics dsl notationPawel Chojnacki2018-01-291-5/+6
* Convert active recordPawel Chojnacki2018-01-291-10/+8
* Reduce cardinality and convert some metrics to new schemePawel Chojnacki2018-01-291-1/+1
* Put View instrumentation and transaction memory use behind featurePawel Chojnacki2018-01-291-4/+6
* Initiaal implementation of metrics concernPawel Chojnacki2018-01-291-13/+6
* Reduce cardinality of gitlab_cache_operation_duration_seconds histogramPawel Chojnacki2017-12-121-1/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Make subscriber tests pass, after refactoring metricsPawel Chojnacki2017-11-022-4/+4
* Use Mutex to guard metrics creation in transaction. Switch action view to thr...Pawel Chojnacki2017-11-021-2/+2
* move metrics for ActiveRecord, RailsCache and queue duration to instance vari...Pawel Chojnacki2017-11-022-30/+30
* Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki2017-11-021-15/+5
* Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki2017-11-021-0/+14
* Make transaction labels more readablePawel Chojnacki2017-11-022-14/+18
* Rails cache metrics name alignmentPawel Chojnacki2017-11-021-8/+8
* Tune bucket sizes an action labelsPawel Chojnacki2017-11-021-1/+1
* Add action tag to more metricsPawel Chojnacki2017-11-021-2/+2
* Introduce missing Action conceptPawel Chojnacki2017-11-022-11/+37
* Cleanup transaction metricsPawel Chojnacki2017-11-021-2/+12
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* 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