aboutsummaryrefslogtreecommitdiff
path: root/kamon-statsd
diff options
context:
space:
mode:
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