Quickly setup a StatsD and Graphite environment using Vagrant.
-
Ensure a Ruby environment is setup. RVM is highly recommended.
-
Install a virtualization provider (e.g. VirtualBox)
-
Install vagrant plugins
vagrant plugin install vagrant-omnibus vagrant plugin install vagrant-berkshelf --plugin-version '>= 2.0.1'
-
Clone repository
git clone https://github.com/andrewferk/proxy-metrics
-
Install gems
bundle install
-
Start vagrant
vagrant up
-
View metrics at http://localhost:2280