/leviathan-rails

SocketPusher for ActiveSuport::Notifications

Primary LanguageRuby

leviathan-rails

SocketPusher for ActiveSuport::Notifications

leviathan-rails requires connection to a UDP socket listening on some port. It will basically forward rails instrumentation data wherever you point it. This gem is intended for use with Leviathan

Installation

With gem install:

gem install leviathan-rails -v '~> 0.0.5.alpha'

or put it in your Gemfile:

gem 'leviathan-rails', '~> 0.0.5.alpha'

Setup

In config/environment.rb:

Leviathan::initialize_subscriptions({host: '127.0.0.1', port: 8080})