summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics/subscribers
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-162-11/+48
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-192-2/+3
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-202-9/+17
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-162-20/+108
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-182-0/+190
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-6/+4
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-203-52/+35
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-3/+19
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+16
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-7/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-1/+1
* Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda2019-09-041-1/+1
* Adjust redis cache metricsBen Kochie2019-07-191-3/+12
* Update Metrics references to Object pathSarah Yasonik2019-02-141-2/+2
* Enable even more frozen string for lib/gitlabgfyoung2018-11-163-0/+6
* Ignore irrelevant sql commands in metricsMark Chao2018-09-051-0/+6
* Add a 10 ms bucket for SQL timingstweak-sql-bucketsYorick Peterse2018-07-101-1/+1
* Adjust SQL and transaction Prometheus bucketssql-bucketsYorick Peterse2018-06-111-1/+1
* 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