Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

infynyxx/statsd4netty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental StatsD Client using Netty 4.x

Build Status

StatsDClient client = new StatsDClient("127.0.0.1", 8125);
ChannelFuture future = client.increment("stats1");
client.timing("stats1", 23422); // in MS
client.gauge("stats1", 787);

About

StatsD Client based on Netty 4.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages