Skip to content

A Java statsd client, combined with an SLF4J compatible logging facility.

License

Notifications You must be signed in to change notification settings

nzjess/statsd-over-slf4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction
-------------

Statsd over SLF4J is a Java statsd client, combined with an SLF4J compatible logging facility.

The idea is that SLF4J logger names and statsd keys are both dot separated namespaces, so why not use them together.
At the same time, we gain control over our statsd stats logging via familiar logging configuration files. A logback
logging appender implementation is provided.

* SLF4J
    - http://www.slf4j.org
* Statsd
    - https://github.com/etsy/statsd


Usage
--------------

There are examples in the code under src/test.


Building
--------------

Uses Maven. From the root of the project dir, type:
 
$ mvn install


Maven Artifact
--------------

<dependency>
    <groupId>org.ubercraft.statsd</groupId>
    <artifactId>statsd-over-slf4j</artifactId>
</dependency>

About

A Java statsd client, combined with an SLF4J compatible logging facility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages