GraphiteMetricsChecker

Graphite Metrics Checker to be used for testing whatever graphite produces as metrics

Installation

Add this line to your application's Gemfile:

gem 'graphite_metrics_checker'

And then execute:

$ bundle

Or install it yourself as:

$ gem install graphite_metrics_checker

Usage

Basically you can pass a hash of configs containing end point and the metrics to monitor i,e (count etc) and pass the graphite ip and app ip and the timeframe and it can find out if there was any output

Contributing

  1. Fork it ( https://github.com/[my-github-username]/graphite_metrics_checker/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request