• Stars
    star
    275
  • Rank 149,796 (Top 3 %)
  • Language
    Java
  • License
    Other
  • Created over 12 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a java statsd client library

java-statsd-client

Build Status

A statsd client library implemented in Java. Allows for Java applications to easily communicate with statsd.

Downloads

The client jar is distributed via maven central, and can be downloaded here.

<dependency>
    <groupId>com.timgroup</groupId>
    <artifactId>java-statsd-client</artifactId>
    <version>3.0.1</version>
</dependency>

Usage

import com.timgroup.statsd.StatsDClient;
import com.timgroup.statsd.NonBlockingStatsDClient;

public class Foo {
  private static final StatsDClient statsd = new NonBlockingStatsDClient("my.prefix", "statsd-host", 8125);

  public static final void main(String[] args) {
    statsd.incrementCounter("bar");
    statsd.recordGaugeValue("baz", 100);
    statsd.recordExecutionTime("bag", 25);
    statsd.recordSetEvent("qux", "one");
  }
}

More Repositories

1

orc

Model driven orchestration framework for continuous deployment
Ruby
34
star
2

narrative

A framework for building behaviour-driven tests in fluent Java.
Java
29
star
3

lofty

A dynamic DSL for building complex objects in Scala 2.10
Scala
21
star
4

stackbuilder

Stackbuilder builds stacks of virtual machines
Ruby
21
star
5

eithervalidation

A simple way to use Scala's standard Either as an applicative functor, without Scalaz, via the #apply method
Scala
19
star
6

test-driven-detectors4findbugs

Test-Driven Detectors For FindBugs. Utility project to ease the development of custom plugin detectors for FindBugs.
Java
17
star
7

variance

A variant type for Java, with customisable automatic type conversion
Java
14
star
8

norman

JavaScript
13
star
9

iterata

Useful extensions to Scala's Iterator
Scala
12
star
10

karg

Keyword arguments for Java
Java
11
star
11

scalaquery-play-iteratees

Enumerate ScalaQuery queries in chunks and feed to Play 2.x Iteratees
Scala
11
star
12

provisioning-tools

A set of ruby tools for building and launching KVM images
Ruby
10
star
13

puppetupdate

Mcollective agent for updating puppetmasters where branch == environment
Ruby
9
star
14

tg-eventstore

A Java library for working with event-sourcing
Java
9
star
15

SassPlugin

a Gradle plugin for running Sass <http://sass-lang.com/> in your build
Kotlin
8
star
16

sbt-utc

Run SBT builds in UTC timezone.
Scala
7
star
17

Matchers

TIM Group generic Hamcrest matchers and extensions
Java
7
star
18

RotatableAppender

Fittings for Logback to make it submit to external log rotation
Java
7
star
19

stackbuilder-config-example

stackbuilder-config-example is an Example DSL that is used by stackbuilder to configure allocate, provision 'Stacks' of Virtual Machines
Ruby
5
star
20

stanislavski

A Java library that simplifies generating proxies for annotated interfaces
Java
5
star
21

ScalaDojo-DataMunging

Scala
5
star
22

Tucker

a small library for gently and politely helping with the communication and management of application status
Java
4
star
23

FunctionalJavaDojo

Shell
4
star
24

scalaz7-validation-example

An interactive strawman proposal for a way we might consider using Scalaz 7 validations with the new, less-haskell-oriented syntax
Scala
4
star
25

albatross

Intervals for Scala
Scala
4
star
26

Option

Classes that represent optional values without using null references
Java
4
star
27

scalaquery_nested

Add nested sessions and transactions to ScalaQuery 0.10.0 releases
Scala
3
star
28

clocks

java.time.Clock implementations for testing and Joda-Time integration
Java
3
star
29

copakibana

The hottest data export utility north of Havana
Shell
2
star
30

make-it-easy-templates

Templates for make-it-easy builders
Java
2
star
31

saros4intellij

Java
2
star
32

puppetroll

An MCollective application that provides automated triggering of puppet runs via the puppetd agent.
Ruby
2
star
33

Functional

Interfaces to use with functional-style programming
Shell
2
star
34

topicaljs

A JavaScript Publish/Subscribe message exchange system
JavaScript
2
star
35

findbugs-jmock

A FindBugs plugin for detecting faulty jMock tests.
Java
2
star
36

Blondin

A lightweight HTTP proxy that balances requests by rate-limiting those for expensive resources
Java
2
star
37

fluentjavaparser

Java
2
star
38

deployapp

Ruby
2
star
39

python-amqp-tools

python-amqp-tools
Python
1
star
40

MetamodelCriteriaDemo

A simple demo of how to use the JPA2 criteria query API with a metamodel
Java
1
star
41

JMSUtils

could be helpful for doing things with JMS
Java
1
star
42

eureka

reactive monitoring for production
Java
1
star
43

simple-zmtp1

A plausibly simple ZMTP/1.0 library
Java
1
star
44

mcollective-actionservice-agent

Ruby
1
star
45

MustacheHammock

some fun, although probably deeply sinful, metaprogramming additions for Mustache
Java
1
star
46

gradle-webpack-plugin

Run Webpack and Mocha in a Gradle project
Groovy
1
star
47

techwall

wall of tech
Clojure
1
star
48

smiley

JavaScript
1
star