Our little Hachyderm implementation of https://github.com/Strech/sidekiq-prometheus-exporter/.
- Clone this repo.
- Create a
.env
file withREDIS_URL=<your redis url>
. - Set
bundle
to vendor files locally:
bundle config set --local path vendor/bundle
- Run
bundle
. - Run server using
bundle exec
:
bundle exec puma
curl
your server:
curl localhost:9292/metrics
- installer