Don't export http_request_duration_seconds metrics in sidekiq exporter
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.
Showing
Please register or sign in to comment