Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 484 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 484 Bytes

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