Richard Hightower
|
77ca6ccd3e
|
Update StatsdClient.java
|
2015-07-01 17:26:04 -07:00 |
Charles Daniel
|
00b1d10b34
|
Java client adding support for multi_metrics + timer flush
|
2012-12-24 20:09:55 -05:00 |
Matt Spitz
|
e285d3a571
|
Removing trailing whitespace from Java example client.
|
2012-08-03 00:21:20 -04:00 |
Matt Spitz
|
7d7a312d32
|
In Java example client, it's OK for gauges to be floats.
|
2012-08-03 00:20:52 -04:00 |
gjesse
|
2103f9fe12
|
added gauge examples to java client
|
2012-07-25 09:51:36 -05:00 |
James Roper
|
72a62dcbae
|
Fixed locale bug in Java client. Specifically, String.format() is locale dependent, so if the system locale is a country that uses commas for decimal places, for example, Germany, then when the sample rate is formatted, you end up with "0,1" instead of "0.1". Solution is to use Locale.ENGLISH everywhere.
|
2012-07-17 19:01:36 +03:00 |
Matt Spitz
|
ddc840adfc
|
Reversing variable order to make up for missing method. Whoops.
|
2012-07-11 18:20:46 -04:00 |
Matt Spitz
|
a152ed8b4e
|
Finalizing variables that aren't set elsewhere for safety.
|
2012-07-11 18:16:09 -04:00 |
Matt Spitz
|
640381f67c
|
Removing unused method.
|
2012-07-11 18:14:14 -04:00 |
Matt Spitz
|
b56c30b9f7
|
Using %d rather than %i in StatsdClient.java example.
%i isn't a valid conversion type for String formatters: http://docs.oracle.com/javase/6/docs/api/java/util/Formatter.html
|
2012-07-11 17:58:19 -04:00 |
nire
|
4f88340779
|
Merge branch that uses java.nio
|
2012-02-15 23:50:03 +01:00 |
Marcus Barczak
|
c4dd2805cc
|
cleanup - move all example clients to examples directory
|
2012-02-11 12:09:28 -05:00 |