/proxy-metrics

Quickly setup a StatsD and Graphite environment using Vagrant.

Primary LanguageRuby

Proxy Metrics

Overview

Quickly setup a StatsD and Graphite environment using Vagrant.

Instructions

  • Ensure a Ruby environment is setup. RVM is highly recommended.

  • Install Vagrant

  • 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