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-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
2017-11-02Remove transaction tags and map transaction metrics to prometheusPawel Chojnacki
2017-11-02Add GC sampler and small refactor of samplersPawel Chojnacki
2017-10-31reword `targets` to `metric tags`micael.bergeron
2017-10-31add metrics tagging to the sidekiq middlewaremicael.bergeron
2017-08-11Enable Timecop safe modeRémy Coutable
2017-08-07Add sidekiq metrics endpoint and add http server to sidekiqPaweł Chojnacki
2017-07-13Rename ConnectionRackMiddleware to RequestsRackMiddleware.Pawel Chojnacki
2017-07-12Update rack metric namesBen Kochie
2017-07-04Instrument Unicorn with Ruby exporterPaweł Chojnacki
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Enable Style/EmptyLineBetweenDefsDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Fix another specDouwe Maan
2017-02-23Fix specsDouwe Maan
2017-02-23Enable Lint/UnifiedIntegerDouwe Maan
2017-01-13Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.routeRémy Coutable