TODO: Write a gem description
Add this line to your application's Gemfile:
gem install 'metrix'
# in /etc/metrix.tml
# local metrics
load: true
system: true
processes: true
# http metrics
elasticsearch: http://127.0.0.1:9200/_status
mongodb: http://127.0.0.1:28017/serverStatus
fpm: http://127.0.0.1:9001/fpm-status
nginx: http://127.0.0.1:8000/
# reporters
opentsdb: tcp://127.0.0.1:4242/
graphite: tcp://127.0.0.1:2003/
$ metrix start
$ metrix stop
$ metrix status
- Fork it
- 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 new Pull Request