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
- Fork it ( https://github.com/[my-github-username]/graphite_metrics_checker/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request