• Matthias Kaeppler's avatar
    Fix for sidekiq prometheus files being wiped · 0db134b7
    Matthias Kaeppler authored
    Due to a race condition during sidekiq process start-up, we might end
    up losing prometheus db files due to doing a cleanup after first
    creating them. By re-initializing after every cleanup, we side-step
    the issue, but it's not really a clean solution.
    0db134b7
7_prometheus_metrics.rb 3.21 KB