• Matthias Käppler's avatar
    Fix missing metrics for Sidekiq exporter server · 0e77c181
    Matthias Käppler authored
    We were accidentally deleting metrics the exporter
    server exported about itself. Actual sidekiq worker
    metrics were not affected.
    
    This happened because we would wipe the metrics dir
    whenever sidekiq_0 starts up, but this happens after
    the metrics server starts, so the worker was deleting
    those existing metrics.
    
    Changelog: fixed
    0e77c181
cli.rb 8.81 KB