sidekiq_jobs_cpu_seconds:::Gitlab::Metrics.histogram(:sidekiq_jobs_cpu_seconds,'Seconds of cpu time to run Sidekiq job',{},SIDEKIQ_LATENCY_BUCKETS),
sidekiq_jobs_completion_seconds:::Gitlab::Metrics.histogram(:sidekiq_jobs_completion_seconds,'Seconds to complete Sidekiq job',{},SIDEKIQ_LATENCY_BUCKETS),
sidekiq_jobs_db_seconds:::Gitlab::Metrics.histogram(:sidekiq_jobs_db_seconds,'Seconds of database time to run Sidekiq job',{},SIDEKIQ_LATENCY_BUCKETS),
sidekiq_jobs_gitaly_seconds:::Gitlab::Metrics.histogram(:sidekiq_jobs_gitaly_seconds,'Seconds of Gitaly time to run Sidekiq job',{},SIDEKIQ_LATENCY_BUCKETS),
sidekiq_jobs_queue_duration_seconds:::Gitlab::Metrics.histogram(:sidekiq_jobs_queue_duration_seconds,'Duration in seconds that a Sidekiq job was queued before being executed',{},SIDEKIQ_LATENCY_BUCKETS),
sidekiq_redis_requests_duration_seconds:::Gitlab::Metrics.histogram(:sidekiq_redis_requests_duration_seconds,'Duration in seconds that a Sidekiq job spent requests a Redis server',{},Gitlab::Instrumentation::Redis::QUERY_TIME_BUCKETS),
sidekiq_elasticsearch_requests_duration_seconds:::Gitlab::Metrics.histogram(:sidekiq_elasticsearch_requests_duration_seconds,'Duration in seconds that a Sidekiq job spent in requests to an Elasticsearch server',{},SIDEKIQ_LATENCY_BUCKETS),
sidekiq_elasticsearch_requests_total:::Gitlab::Metrics.counter(:sidekiq_elasticsearch_requests_total,'Elasticsearch requests during a Sidekiq job execution'),