util-stats Guide

util-stats is Twitter’s library for instrumenting Scala and Java code so that you know what your application is doing in production. The API surface is small, with the StatsReceiver interface you get counters, gauges (value at a point in time) and stats (histograms).

Contact

For questions email the finaglers@twitter.com group.