Prometheus Exporter for MogileFS
- Modern Ruby (Ruby MRI >= 2.4.0 tested.)
- Build environment
git clone https://github.com/KKBOX/mogilefs-exporter.git
cd mogilefs-exporter
gem install bundler
bundle install
export MOGILEFS_HOSTS="HOST:PORT[[,HOST:PORT]...]"
puma -p 9413
docker run -d -p 9413:9413 -e MOGILEFS_HOSTS=HOST:PORT[[,HOST:PORT]...] kkbox/mogilefs-exporter