Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2019-08-22Add frozen_string_literal to lib part 2Thong Kuah
2019-07-19Adjust redis cache metricsBen Kochie
2018-09-05Ignore irrelevant sql commands in metricsMark Chao
2018-01-29Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is i...Pawel Chojnacki
2018-01-29Fix testsPawel Chojnacki
2018-01-29Convert active recordPawel Chojnacki
2017-11-02Make subscriber tests pass, after refactoring metricsPawel Chojnacki
2017-11-02Fix sidekiq middleware testsPawel Chojnacki
2017-11-02Tests for Web transaction and remove simple transactonPawel Chojnacki
2017-11-02Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki
2017-11-02Fix Rubocop warningsPawel Chojnacki
2017-11-02Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki
2017-11-02Cache spec check if prometheus metrics are triggeredPawel Chojnacki
2017-11-02Rails cache specPawel Chojnacki
2017-11-02Fix Active record and transaction specsPawel Chojnacki
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2016-07-05RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-15Add cache count metrics to rails cachePablo Carranza
2016-04-18Count the number of SQL queries per transactionYorick Peterse
2016-04-08Instrument Rails cache codeYorick Peterse
2016-01-12Stop tracking call stacks for instrumented viewsYorick Peterse
2016-01-07Revert "Store SQL/view timings in milliseconds"Yorick Peterse
2016-01-06Store SQL/view timings in millisecondsYorick Peterse
2016-01-04Fix Rubocop styling in AR subscriber specsYorick Peterse
2016-01-04Automatically prefix transaction series namesYorick Peterse
2016-01-04Track total query/view timings in transactionsYorick Peterse
2015-12-31Use separate series for Rails/Sidekiq transactionsYorick Peterse
2015-12-31Removed tracking of raw SQL queriesYorick Peterse
2015-12-17Track location information as tagsYorick Peterse
2015-12-17Use custom code for instrumenting method callsYorick Peterse
2015-12-17Use string evaluation for method instrumentationYorick Peterse
2015-12-17Storing of application metrics in InfluxDBYorick Peterse