Our little Hachyderm implementation of https://github.com/Strech/sidekiq-prometheus-exporter/.
- Clone this repo.
- Create a
.envfile withREDIS_URL=<your redis url>. - Set
bundleto vendor files locally:
bundle config set --local path vendor/bundle- Run
bundle. - Run server using
bundle exec:
bundle exec pumacurlyour server:
curl localhost:9292/metricsIf you installed via the systemd file, then the metrics endpoint is located at:
curl localhost:31337/metrics- installer