A thin Scala wrapper around StatsD. Provides some utility functions for timing things.
Available at Bintray and built at TravisCI
Just add this to your build.sbt
"com.imageintelligence" %% "metrics" % "0.0.7"
Clone the repository:
git clone https://github.com/ImageIntelligence/metrics.git
Compile
sbt compile
Test
sbt test
Please see the examples directory.