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
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
2017-12-12Make `System.monotonic_time` retun seconds represented by float with microsec...Pawel Chojnacki
2017-12-12Reduce cardinality of gitlab_cache_operation_duration_seconds histogramPawel Chojnacki
2017-12-11Remove RubySampler#sample_objects for performance as wellStan Hu
2017-12-11Remove allocation tracking code from InfluxDB sampler for performanceStan Hu
2017-12-07Update prometheus-client-mmap gem to highly optimized versionPawel Chojnacki
2017-11-30Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-11-24Use feature flag instead of application settigns to control if method calls s...Pawel Chojnacki
2017-11-24Use only real duration to measure method call performance via PrometheusPawel Chojnacki
2017-11-24check method timing threshold when observing method performancePawel Chojnacki
2017-11-24Reenable prometheus metricsPawel Chojnacki
2017-11-24Move prometheus middle ware to prometheus initialized.Pawel Chojnacki
2017-11-22Force disable Prometheus metricsPawel Chojnacki
2017-11-22Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-11-22Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin
2017-11-17Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-09Revert "add metrics tagging to the sidekiq middleware"micael.bergeron
2017-11-07Make BackgroundTransaction#labels publicPawel Chojnacki
2017-11-07Merge branch 'pawel/metrics-to-prometheus-33643' into 'master'Grzegorz Bizon
2017-11-06Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-11-03Fix Gitlab::Metrics::System#real_time and #monotonic_time docRémy Coutable
2017-11-03Add missing mutex guard to method call metricsPawel Chojnacki
2017-11-02Make subscriber tests pass, after refactoring metricsPawel Chojnacki
2017-11-02Use Mutex to guard metrics creation in transaction. Switch action view to thr...Pawel Chojnacki
2017-11-02move metrics for ActiveRecord, RailsCache and queue duration to instance vari...Pawel Chojnacki
2017-11-02rename BackgroundMigration to SidekiqMigrationPawel Chojnacki
2017-11-02Fix sidekiq middleware testsPawel Chojnacki
2017-11-02Remove unnecessary namespace usePawel Chojnacki
2017-11-02Tests for Web transaction and remove simple transactonPawel Chojnacki
2017-11-02Web/Sidekiq transaction splitPawel Chojnacki
2017-11-02Move labels to be initialized in constructorPawel Chojnacki
2017-11-02Avoid using Send (but is it better?) + small rubocop cleanupPawel Chojnacki
2017-11-02Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki
2017-11-02Adjust test to changed metrics methods.Pawel Chojnacki