cwimmer / Flickr-StatsD

Mirror of code.flickr.com: Flickr-StatsD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Original StatsD

This is the original (2008) version of StatsD. Do not use it in production. It is presented here as a piece of history, rather than useful working code. The original Flickr public SVN repo disappeared in 2010, so this is as close to an 'official' mirror as you'll find.

Due to the way the collection rollup works, via alarms, the daemon chews up way more CPU than it should. It's also written in Perl. From the past.

Timeline

  • August 2008: I wrote the original version of StatsD at Flickr, in Perl.

  • October 2008: I talked about the Perl version in a Flickr Code Blog article called Counting & Timing. At the time, it attracted some attention and while a few people talked about it, nobody actually used it, as far as I can tell (besides Flickr, of course).

  • February 2010: Coda Hale at Yammer released Metrics, which would later influence some StatsD design.

  • August 2010: I re-implemented StatsD in node.js for Glitch. It's on GitHub as rollup.

  • December 2010: Erik Kastner at Etsy started working on a node.js implementation of StatsD, to get around the terrible performance of my Perl version. You should use their version.

  • February 2011: Ian Malpass at Etsy wrote about their StatsD version in a Code as Craft blog post called Measure Anything, Measure Everything. Everybody on the Internet read it and now the Etsy StatsD project has 4000 stars, 600 forks and more than 100 committers.

A post-facto spec for the StatsD wire protocol has been gathered here.

About

Mirror of code.flickr.com: Flickr-StatsD


Languages

Language:Perl 90.2%Language:PHP 6.0%Language:Raku 3.8%