Skip to content

hachyderm/sidekiq-prometheus-exporter

Repository files navigation

sidekiq-prometheus-exporter

Our little Hachyderm implementation of https://github.com/Strech/sidekiq-prometheus-exporter/.

Usage

  1. Clone this repo.
  2. Create a .env file with REDIS_URL=<your redis url>.
  3. Set bundle to vendor files locally:
bundle config set --local path vendor/bundle
  1. Run bundle.
  2. Run server using bundle exec:
bundle exec puma
  1. curl your server:
curl localhost:9292/metrics

TODO

  • installer