You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ java-dogstatsd-client
3
3
4
4
A statsd client library implemented in Java. Allows for Java applications to easily communicate with statsd.
5
5
6
-
This version is forked from the upstream [java-statsd-client](https://github.com/youdevise/java-statsd-client) project, adding support for [DataDog](http://datadoghq.com/) extensions for use with [dogstatsd](http://docs.datadoghq.com/guides/dogstatsd/).
6
+
This version is forked from the upstream [java-statsd-client](https://github.com/youdevise/java-statsd-client) project, adding support for [Datadog](http://datadoghq.com/) extensions for use with [dogstatsd](http://docs.datadoghq.com/guides/dogstatsd/).
7
7
8
8
This version also adds support for empty or null prefixes, to allow a client to send arbitrary statistic names.
9
9
@@ -32,19 +32,19 @@ public class Foo {
32
32
"statsd-host", /* common case: localhost */
33
33
8125, /* port */
34
34
10000, /* Maximum queue size before blocking, so that we prevent OOM */
0 commit comments