From c60189cb528b98b1ea6dc2ed32ed28eacb9e00c6 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Sat, 5 Apr 2014 19:13:50 -0300 Subject: = statsd: fix wrong assumptions about config parser breaking values --- kamon-statsd/src/main/resources/reference.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'kamon-statsd/src') 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 -- cgit v1.2.3