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-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
2017-12-12Expire feature flag cache after 1minutePawel Chojnacki
2017-12-12use class variables instead of CONSTANTsPawel Chojnacki
2017-12-12move call_measurement_enabled? method to the bottom of the filePawel Chojnacki
2017-12-12Use AtomicFixNum to implement CAS isolated cache update.Pawel Chojnacki
2017-12-12Implemente measurement enabled cache using AtomicReferencePawel Chojnacki
2017-12-12Set cache expire only once the cache is filled,Pawel Chojnacki
2017-12-12Implement simple in memory cache that expires after 5 minutesPawel Chojnacki
2017-12-12Cache feature check for 5 minutes for MethodCall instrumentation togglePawel Chojnacki