Skip to content

hachyderm/sidekiq-prometheus-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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