Skip to content
  • Stan Hu's avatar
    Move Sidekiq exporter logs to log/sidekiq_exporter.log · d3ce1e361f4b
    Stan Hu authored
    The Sidekiq exporter logs were mixing with the normal Sidekiq logs. In order
    to support structured logging in Sidekiq, we either need to split this data
    out or convert the exporter to produce structured logs. Since Sidekiq job
    processing is fundamentally different information from Web server traffic,
    it seems cleaner to move the metrics traffic into a separate file, where they
    can be parsed by a different filter if needed.
    
    Relates to #20060
    d3ce1e361f4b