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-04-02Move Sidekiq exporter logs to log/sidekiq_exporter.logStan Hu
2018-01-29Rename Concern -> MethodsPawel Chojnacki
2018-01-29use public_send where appropriatePawel Chojnacki
2018-01-29before -> afterPawel Chojnacki
2018-01-29use define_method to define devine_metric_method. (couldn't resist)Pawel Chojnacki
2018-01-29Fix ruby sampler specPawel Chojnacki
2018-01-29Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is i...Pawel Chojnacki
2018-01-29Cleanup rspecPawel Chojnacki
2018-01-29NullMetric as a singletonPawel Chojnacki
2018-01-29Avoid cascading lockingPawel Chojnacki
2018-01-29Test if feature is respectedPawel Chojnacki
2018-01-29Small Concern_spec cleanupPawel Chojnacki
2018-01-29Add Tests for Metrics::ConcernPawel Chojnacki
2018-01-29Fix testsPawel Chojnacki
2018-01-29Convert active recordPawel Chojnacki
2018-01-29Fix code after refactoringPawel Chojnacki
2018-01-29cleanup method callPawel Chojnacki
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-19Fix tests and formattingPawel Chojnacki
2017-12-13fix test case descriptionPawel Chojnacki
2017-12-12Expire feature flag cache after 1minutePawel Chojnacki
2017-12-12use class variables instead of CONSTANTsPawel Chojnacki
2017-12-12Use AtomicFixNum to implement CAS isolated cache update.Pawel Chojnacki
2017-12-12Implemente measurement enabled cache using AtomicReferencePawel 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-11Remove RubySampler#sample_objects for performance as wellStan Hu
2017-12-11Remove allocation tracking code from InfluxDB sampler for performanceStan Hu
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-09Revert "add metrics tagging to the sidekiq middleware"micael.bergeron
2017-11-07Make BackgroundTransaction#labels publicPawel Chojnacki
2017-11-02Only enable unicorn metrics when not in sidekiq mode.Pawel Chojnacki
2017-11-02Make subscriber tests pass, after refactoring metricsPawel Chojnacki
2017-11-02rename BackgroundMigration to SidekiqMigrationPawel 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-02Adjust test to changed metrics methods.Pawel Chojnacki
2017-11-02Move labels tests from Metrics rack spec to Transaction specPawel 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-11-02Ruby sampler specPawel Chojnacki
2017-11-02Cleanup transaction metricsPawel Chojnacki