JazminSchroeder.github.io
  • "It always seems impossible until it's done"

A random collection of things I have learned

Ruby and Statsd

Graph everything

https://github.com/reinh/statsd

require 'statsd'

statsd = Statsd.new('localhost', 9125)
statsd.namespace="some.namespace"

#Sending data
statsd.increment 'foo.bar'

Posted by Jazmin Schroeder Apr 16th, 2015   graphite, ruby, statsd

Tweet
  • « dyld: Library not loaded: /usr/local/lib/libevent-2.0.5.dylib
  • Mysql query from binary to uuid »

Recent Posts

Hello Gopher Mysql Query From Binary to Uuid Ruby and Statsd Dyld: Library Not Loaded: /usr/local/lib/libevent-2.0.5.dylib RabbitMQ From the Command Line

GitHub Repos

Status updating...

@jazminschroeder on GitHub

Copyright © 2015 - Jazmin Schroeder
Powered by Octopress, customized with octostrap3.