gitlab-org--gitlab-foss/lib/gitlab/sidekiq_middleware
Stan Hu a74396dcc5 Add Gitaly and Rugged call timing in Sidekiq logs
This will help identify Sidekiq jobs that invoke excessive number of
filesystem access.

The timing data is stored in `RequestStore`, but this is only active
within the middleware and is not directly accessible to the Sidekiq
logger. However, it is possible for the middleware to modify the job
hash to pass this data along to the logger.
2019-08-09 01:08:32 -07:00
..
arguments_logger.rb Enable even more frozen string for lib/gitlab 2018-11-19 18:24:22 -08:00
batch_loader.rb Clear BatchLoader context between Sidekiq jobs 2018-11-22 09:22:12 -08:00
correlation_injector.rb Migrate correlation and tracing code to LabKit 2019-04-18 09:57:16 +02:00
correlation_logger.rb Migrate correlation and tracing code to LabKit 2019-04-18 09:57:16 +02:00
instrumentation_logger.rb Add Gitaly and Rugged call timing in Sidekiq logs 2019-08-09 01:08:32 -07:00
memory_killer.rb Fix sidekiq memory killer warning message 2019-07-30 13:47:13 +07:00
metrics.rb Adds direct monitoring for sidekiq metrics 2019-07-29 11:53:12 +00:00
request_store_middleware.rb Enable even more frozen string for lib/gitlab 2018-11-19 18:24:22 -08:00