A plugin that instruments Rpush and sends metrics to StatsD.
Add this line to your application's Gemfile:
gem 'rpush-plugin-statsd'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rpush-plugin-statsd
Rpush.config do |config|
config.plugin.statsd do |statsd|
statsd.host = "127.0.0.1"
statsd.port = 9125
end
end
- Fork it ( https://github.com/[my-github-username]/rpush-plugin-statsd/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