aboutsummaryrefslogtreecommitdiff
path: root/kamon-statsd
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-04-05 19:13:50 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-04-05 19:13:50 -0300
commitc60189cb528b98b1ea6dc2ed32ed28eacb9e00c6 (patch)
treed8baa01f76a0dcd1bbfa63ea17f19ccfaeb31786 /kamon-statsd
parent181b08d970be02b6afc4a2552c49fe3d16ce01f9 (diff)
downloadKamon-c60189cb528b98b1ea6dc2ed32ed28eacb9e00c6.tar.gz
Kamon-c60189cb528b98b1ea6dc2ed32ed28eacb9e00c6.tar.bz2
Kamon-c60189cb528b98b1ea6dc2ed32ed28eacb9e00c6.zip
= statsd: fix wrong assumptions about config parser breaking values
Diffstat (limited to 'kamon-statsd')
-rw-r--r--kamon-statsd/src/main/resources/reference.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/kamon-statsd/src/main/resources/reference.conf b/kamon-statsd/src/main/resources/reference.conf
index f5253218..4f70409c 100644
--- a/kamon-statsd/src/main/resources/reference.conf
+++ b/kamon-statsd/src/main/resources/reference.conf
@@ -4,11 +4,9 @@
kamon {
statsd {
- # Hostname and port in which your StatsD is running. The hostname setting has been intentionally preset with
- # a config parser breaking value (127.0.0.1 should be inside quotes to work correctly) in order to force users
- # to review the configuration and set correct values. Remember that StatsD packets are sent using UDP and
- # using unreachable hosts or not open ports wont be warned by the Kamon., your data wont go anywhere.
- hostname = 127.0.0.1
+ # Hostname and port in which your StatsD is running. Remember that StatsD packets are sent using UDP and
+ # setting unreachable hosts and/or not open ports wont be warned by the Kamon, your data wont go anywhere.
+ hostname = "127.0.0.1"
port = 8125
# Interval between metrics data flushes to StatsD. It's value must be equal or greater than the