Skip to content

A StatsD metrics library

License

Notifications You must be signed in to change notification settings

Nirovision/metrics

Repository files navigation

metrics

Build Status Download

A thin Scala wrapper around StatsD. Provides some utility functions for timing things.

Published artifacts:

Available at Bintray and built at TravisCI

Installation

As a library:

Just add this to your build.sbt

"com.imageintelligence" %% "metrics" % "0.0.7"

As a project to work on:

Clone the repository:

git clone https://github.com/ImageIntelligence/metrics.git

Compile

sbt compile

Test

sbt test

Examples:

Please see the examples directory.