All Projects → hootsuite → statsd-client

hootsuite / statsd-client

Licence: other
A lightweight library for generating statsd events from in Scala applications.

Programming Languages

scala
5932 projects
java
68154 projects - #9 most used programming language

Statsd Client

What is statsd-client?

statsd-client is a simple Scala wrapper around Etsy's fantastic Java Statsd Client for sending statistics update UDP packets to a statsd server.

Key Features

  • Typesafe configuration
  • Debug and no-op modes
  • Nonblocking IO

Installation

Use SBT to package the .jar and include it in your project. Add the StatsdReporting trait and define the client implementation in classes that need statsd reporting.

Configuration

Override the values in reference.conf in your application specific Typesafe configuration file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].