aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2015-07-10 19:51:54 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2015-07-10 19:51:54 +0200
commit778aa1ebcec9ae3e0987df4dbc3ade673c0d54ed (patch)
tree32ebb48634f7cdb3a411acbb50e22ef33f0babf4
parent032b48b08725712de2d1426e36584f861e76a3e4 (diff)
parent108e2ccf2da1ce8d80f82ff13f2338fb367e8a9f (diff)
downloadKamon-778aa1ebcec9ae3e0987df4dbc3ade673c0d54ed.tar.gz
Kamon-778aa1ebcec9ae3e0987df4dbc3ade673c0d54ed.tar.bz2
Kamon-778aa1ebcec9ae3e0987df4dbc3ade673c0d54ed.zip
Merge pull request #230 from jozic/fix-config-doc
= datadog,statsd: fix config docs
-rw-r--r--kamon-datadog/src/main/resources/reference.conf2
-rw-r--r--kamon-statsd/src/main/resources/reference.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/kamon-datadog/src/main/resources/reference.conf b/kamon-datadog/src/main/resources/reference.conf
index cd86bc3f..3af5595b 100644
--- a/kamon-datadog/src/main/resources/reference.conf
+++ b/kamon-datadog/src/main/resources/reference.conf
@@ -10,7 +10,7 @@ kamon {
port = 8125
# Interval between metrics data flushes to Datadog. It's value must be equal or greater than the
- # kamon.metrics.tick-interval setting.
+ # kamon.metric.tick-interval setting.
flush-interval = 10 seconds
# Max packet size for UDP metrics data sent to Datadog.
diff --git a/kamon-statsd/src/main/resources/reference.conf b/kamon-statsd/src/main/resources/reference.conf
index 955d067e..b8aca724 100644
--- a/kamon-statsd/src/main/resources/reference.conf
+++ b/kamon-statsd/src/main/resources/reference.conf
@@ -11,7 +11,7 @@ kamon {
port = 8125
# Interval between metrics data flushes to StatsD. It's value must be equal or greater than the
- # kamon.metrics.tick-interval setting.
+ # kamon.metric.tick-interval setting.
flush-interval = 10 seconds
# Max packet size for UDP metrics data sent to StatsD.