summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/metrics/subscribers/rails_cache_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-15/+16
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-1/+35
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-57/+12
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
* Adjust redis cache metricsBen Kochie2019-07-191-1/+9
* Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is i...Pawel Chojnacki2018-01-291-2/+5
* Make subscriber tests pass, after refactoring metricsPawel Chojnacki2017-11-021-4/+4
* Fix sidekiq middleware testsPawel Chojnacki2017-11-021-1/+1
* Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki2017-11-021-15/+3
* Fix Rubocop warningsPawel Chojnacki2017-11-021-1/+1
* Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki2017-11-021-1/+27
* Cache spec check if prometheus metrics are triggeredPawel Chojnacki2017-11-021-3/+15
* Rails cache specPawel Chojnacki2017-11-021-28/+29
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-40/+40
* RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman2016-07-051-0/+103
* Add cache count metrics to rails cacheadd-cache-count-metricsPablo Carranza2016-05-151-5/+11
* Instrument Rails cache codeinstrument-rails-cacheYorick Peterse2016-04-081-0/+71