Java Heads: Cool Tool for Metrics
Hey everyone, there was something quite interesting presented at CodeConf this past weekend. Coda Hale, who is a lead employee at Yammer has a project running called Yammer Metrics.
You can find it here on GitHub: https://github.com/codahale/metrics
It's quite cool, cuz you can just inject some meters/gauges/histograms/etc. into your code and figure out almost anything you need. Very cool. I'll let the README at the bototm of the GitHub page explain the rest :)
Enjoy!
Comments
The Ruby version of the tool
Here is the Github link for the Ruby metrics : https://github.com/johnewart/ruby-metrics
Post new comment