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-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
2018-01-29cleanup method callPawel Chojnacki
2018-01-29Actually make the new methods workPawel Chojnacki
2018-01-29Initiaal implementation of metrics concernPawel Chojnacki
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-12-26Use Concurrent::AtomicReference instead AtomicFixnumOswaldo Ferreira
2017-12-21Merge branch 'pawel/reduce_cardinality_of_prometheus_metrics' into 'master'Douwe Maan
2017-12-21Use seconds where possible, and convert to milliseconds for Influxdb consumptionPawel Chojnacki
2017-12-20use in_milliseconds rails helperPawel Chojnacki
2017-12-19Fix tests and formattingPawel Chojnacki
2017-12-15Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-12-13Use class variable and add rubocop exceptionPawel Chojnacki