summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics/subscribers/rails_cache.rb
Commit message (Expand)AuthorAgeFilesLines
* Update Metrics references to Object pathSarah Yasonik2019-02-141-2/+2
* Enable even more frozen string for lib/gitlabgfyoung2018-11-161-0/+2
* Reduce cardinality of gitlab_cache_operation_duration_seconds histogramPawel Chojnacki2017-12-121-1/+1
* Make subscriber tests pass, after refactoring metricsPawel Chojnacki2017-11-021-3/+3
* move metrics for ActiveRecord, RailsCache and queue duration to instance vari...Pawel Chojnacki2017-11-021-20/+20
* Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki2017-11-021-15/+5
* Make transaction labels more readablePawel Chojnacki2017-11-021-12/+16
* Rails cache metrics name alignmentPawel Chojnacki2017-11-021-8/+8
* Tune bucket sizes an action labelsPawel Chojnacki2017-11-021-1/+1
* Introduce missing Action conceptPawel Chojnacki2017-11-021-9/+35
* 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
* Instrument Rails cache codeinstrument-rails-cacheYorick Peterse2016-04-081-0/+39