0.0
No commit activity in last 3 years
No release in over 3 years
Socket pusher for ActiveSupport::Notifications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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})