summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/metrics/subscribers
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@14-8-stable-eeGitLab Bot2022-04-291-57/+95
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-202-10/+2
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-192-4/+5
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-203-2/+130
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+136
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-202-64/+164
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-162-279/+142
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-182-0/+375
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-48/+71
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-203-64/+28
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-203-86/+151
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-11/+121
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-6/+0
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-233-0/+6
* Adjust redis cache metricsBen Kochie2019-07-191-1/+9
* Ignore irrelevant sql commands in metricsMark Chao2018-09-051-0/+59
* Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is i...Pawel Chojnacki2018-01-291-2/+5
* Fix testsPawel Chojnacki2018-01-291-1/+1
* Convert active recordPawel Chojnacki2018-01-291-1/+1
* Make subscriber tests pass, after refactoring metricsPawel Chojnacki2017-11-023-6/+6
* Fix sidekiq middleware testsPawel Chojnacki2017-11-021-1/+1
* Tests for Web transaction and remove simple transactonPawel Chojnacki2017-11-022-2/+2
* Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki2017-11-021-15/+3
* Fix Rubocop warningsPawel Chojnacki2017-11-022-2/+1
* Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki2017-11-022-2/+38
* Cache spec check if prometheus metrics are triggeredPawel Chojnacki2017-11-021-3/+15
* Rails cache specPawel Chojnacki2017-11-021-28/+29
* Fix Active record and transaction specsPawel Chojnacki2017-11-021-4/+13
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-213-53/+53
* RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman2016-07-051-0/+103
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
* Add cache count metrics to rails cacheadd-cache-count-metricsPablo Carranza2016-05-151-5/+11
* Count the number of SQL queries per transactionYorick Peterse2016-04-181-0/+3
* Instrument Rails cache codeinstrument-rails-cacheYorick Peterse2016-04-081-0/+71
* Stop tracking call stacks for instrumented viewsremove-application-frames-from-viewsYorick Peterse2016-01-121-8/+1
* Revert "Store SQL/view timings in milliseconds"Yorick Peterse2016-01-072-3/+3
* Store SQL/view timings in millisecondsYorick Peterse2016-01-062-3/+3
* Fix Rubocop styling in AR subscriber specsmetrics-tuningYorick Peterse2016-01-041-1/+1
* Automatically prefix transaction series namesYorick Peterse2016-01-042-2/+2
* Track total query/view timings in transactionsYorick Peterse2016-01-042-0/+38
* Use separate series for Rails/Sidekiq transactionsYorick Peterse2015-12-311-1/+1
* Removed tracking of raw SQL queriesYorick Peterse2015-12-311-32/+0
* Track location information as tagsYorick Peterse2015-12-172-4/+10
* Use custom code for instrumenting method callsYorick Peterse2015-12-171-40/+0
* Use string evaluation for method instrumentationYorick Peterse2015-12-171-2/+1
* Storing of application metrics in InfluxDBYorick Peterse2015-12-173-0/+104