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-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
2017-08-07Add sidekiq metrics endpoint and add http server to sidekiqPaweł Chojnacki
2017-07-19Update Prometheus gem to version that explicitly calls `munmap`Paweł 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-06-20use proper `if defined?` check.Pawel Chojnacki
2017-06-19Do not enable prometheus metrics when data folder is not present.Pawel Chojnacki
2017-06-02Add missing trailing newlinesPawel Chojnacki
2017-06-02Fix circular dependency condition with `current_application_settings`Pawel Chojnacki
2017-06-02Split the metrics implementation to separate modules for Influx and PrometheusPawel Chojnacki
2017-06-02Add prometheus text formatterPawel Chojnacki
2017-06-02Move Prometheus presentation logic to PrometheusTextPawel Chojnacki
2017-06-02remove prometheus samplerPawel Chojnacki
2017-06-02Prometheus metrics first passPawel Chojnacki
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/ConditionalAssignmentDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-22No more and/orDouwe Maan
2017-01-13Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.routeRémy Coutable
2017-01-09Don't instrument 405 Grape callsRémy Coutable
2016-12-21Use Grape's new Route methodsRémy Coutable
2016-08-25Adds response mime type to transaction metric action when it's not HTMLPaco Guzman
2016-08-17Tracking of custom eventsYorick Peterse
2016-07-28Reduce instrumentation overheadYorick Peterse
2016-07-05RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman
2016-07-05Instrument cache fetch hit and cache fetch missesPaco Guzman
2016-06-28Use clock_gettime for all performance timestampsYorick Peterse
2016-06-23Add Sidekiq queue duration to transaction metrics.Paco Guzman
2016-06-17Track method call times/counts as a single metricYorick Peterse
2016-06-17Filter out sensitive parameters of metrics dataPaco Guzman
2016-06-14Filter out classes without names in the samplerYorick Peterse
2016-06-14Merge branch '18449-instrument-grape-endpoints' into 'master' Yorick Peterse
2016-06-14Instrument private/protected methodsPaco Guzman
2016-06-14Instrument Grape Endpoint with Metrics::RackMiddlewarePaco Guzman
2016-06-14Measure CPU time for instrumented methodsPaco Guzman
2016-05-15Add cache count metrics to rails cachePablo Carranza
2016-05-12Removed tracking of total method execution timesYorick Peterse
2016-04-18Count the number of SQL queries per transactionYorick Peterse
2016-04-18Use Module#prepend for method instrumentationYorick Peterse
2016-04-11Store block timings as transaction valuesYorick Peterse
2016-04-08Merge branch 'instrument-rails-cache' into 'master' Yorick Peterse
2016-04-08Instrument Rails cache codeYorick Peterse
2016-04-08Use more accurate timestamps for InfluxDB.Yorick Peterse
2016-01-25Correct arity for instrumented methods w/o argsYorick Peterse
2016-01-13Randomize metrics sample intervalsYorick Peterse
2016-01-13Make the metrics sampler interval configurableYorick Peterse