0.01
No commit activity in last 3 years
No release in over 3 years
A super simple StatsD receiver
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Mini-StatsD

A simple StatsD listener

Code Climate

Mini-StatsD is just a simple UDP server that listens to (and prints) StatsD-like messages sent to some port on your system.

Running

$ gem install mini_statsd
$ bundle install
$ mini_statsd

Simple as that :)

If you want to set a specific port and binding host, just run:

$ mini_statsd <port> <host>

Like:

$ mini_statsd 9125 0.0.0.0

A simple example of a code that sends the statsd message from the gif can be found here