• Peter Leitzen's avatar
    Don't export http_request_duration_seconds metrics in sidekiq exporter · 6a755250
    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
250671-don-t-init-http-metrics-in-sidekiq.yml 129 Bytes