Strech/sidekiq-prometheus-exporter

View on GitHub
examples/prometheus/prometheus.yml

Summary

Maintainability
Test Coverage
global:
  scrape_interval:     5s
  evaluation_interval: 5s

scrape_configs:
  - job_name: 'prometheus'
    static_configs:
      - targets: ['metrics:9292']