Overview

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).

The provided Stats implementations is finagle-stats.

A StatsReceiver provides the metrics within each node in your deployment.