Live data from Hacker News

Metrics, Metrics Everywhere [video]

pivotallabs.com

1–7 of 7 posts

Re: Metrics, Metrics Everywhere [video]

#2
This is the seriously awesome talk Coda Hale gave at GitHub's CodeConf in April, reprised at Pivotal Labs in June. The live video isn't the best quality, but the quality of the talk more than makes up for it. And the slides and audio are just fine, so no worries about watchability.

Re: Metrics, Metrics Everywhere [video]

#6
Twitter's "commons" library also features a very good stat package. Presumably used by their own services. It's designed for the JVM, so should work with any JVM language. See http://twitter.github.com/commons/

Have used it successfully implementing stats/metrics in Beaconpush, a real-time user presence server (http://beaconpush.com).

Re: Metrics, Metrics Everywhere [video]

#7

If you'd like to use this lib in nodejs, @mikejihbe and I have a port that you can use. We're currently using it at Yammer (alongside coda's scala lib.) https://github.com/mikejihbe/metrics

And you can get original one at https://github.com/codahale/metrics