-
Peter Leitzen authored
The sidekiq exporter does not use `Gitlab::Metrics::RequestsRackMiddleware` and `http_request_duration_seconds` bucket because it uses the WEBrick server which does not use any middlewares at all. Therefore, we don't need to initialize those metrics so the are not exported which saves traffic and Prometheus storage.
6a755250