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
2018-11-17Enable even more frozen string for lib/gitlabgfyoung
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-09-05Ignore irrelevant sql commands in metricsMark Chao
2018-07-10Add a 10 ms bucket for SQL timingsYorick Peterse
2018-07-09Use stable gitlab-styles and eliminate offensesLin Jen-Shin
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-22Cleanup ruby sampler metricsBen Kochie
2018-06-20Merge branch 'limit-metrics-content-type' into 'master'Stan Hu
2018-06-20Remove remaining traces of the Allocations GemYorick Peterse
2018-06-20Limit the action suffixes in transaction metricsYorick Peterse
2018-06-11Adjust SQL and transaction Prometheus bucketsYorick Peterse
2018-05-16Fix GPM content types for DoorkeeperYorick Peterse
2018-05-15Fix setting Gitlab metrics content typesYorick Peterse
2018-05-10Support resetting of Prometheus metrics between test runsStan Hu
2018-04-02Move Sidekiq exporter logs to log/sidekiq_exporter.logStan Hu
2018-03-16Fix "A copy of Gitlab::Metrics::Methods" have been removed errorStan Hu
2018-02-21Guard against nil Sidekiq metrics serverStan Hu
2018-02-20Only use features for eventsPawel Chojnacki
2018-02-20Put all event metrics exposed to prometheus behind a feature flagPawel Chojnacki
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-29Rename Concern -> MethodsPawel Chojnacki
2018-01-29add comment aabout hotspotsPawel Chojnacki
2018-01-29remove unused (?) variablesPawel Chojnacki
2018-01-29Use class variables for metrics provider cachePawel Chojnacki
2018-01-29fix typo in the bucketsPawel Chojnacki
2018-01-29Do not use include Gitlab::CurrentSettings unnecessarilyPawel Chojnacki
2018-01-29Let mutex be initialized only oncePawel Chojnacki
2018-01-29Fix wrong histograam bucketsPawel Chojnacki
2018-01-29Add missing feature gate for cpu metricsPawel Chojnacki
2018-01-29Refactor metrics to use metrics dsl notationPawel Chojnacki
2018-01-29Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is i...Pawel Chojnacki
2018-01-29Move prometheus metrics to module. Use class instance variables for metrics a...Pawel Chojnacki
2018-01-29use class variable for Mutex instead of ConstPawel Chojnacki
2018-01-29Cleanup rspecPawel Chojnacki
2018-01-29NullMetric as a singletonPawel Chojnacki
2018-01-29Avoid cascading lockingPawel Chojnacki
2018-01-29Migrate and reduce the buckets of Gitaly metricsPawel Chojnacki
2018-01-29Test if feature is respectedPawel Chojnacki
2018-01-29Add Tests for Metrics::ConcernPawel Chojnacki
2018-01-29Use Global Mutex, and class instance variables usingPawel Chojnacki
2018-01-29Fix rubocop warningsPawel Chojnacki
2018-01-29Fix testsPawel Chojnacki
2018-01-29Convert active recordPawel Chojnacki
2018-01-29Fix helper methods and document metric builder optionsPawel Chojnacki
2018-01-29Reduce cardinality and convert some metrics to new schemePawel Chojnacki
2018-01-29Put View instrumentation and transaction memory use behind featurePawel Chojnacki
2018-01-29Fix code after refactoringPawel Chojnacki
2018-01-29Refactor method concern to use hashesPawel Chojnacki
2018-01-29Refactor transaction metricsPawel Chojnacki