aboutsummaryrefslogtreecommitdiff
path: root/kamon-statsd/src/main/resources
diff options
context:
space:
mode:
authorEugene Platonov <jozic@live.com>2015-12-24 12:20:52 -0500
committerEugene Platonov <jozic@live.com>2015-12-24 12:20:52 -0500
commit1f3fda35208991db902ddc5e3913ec752ea53842 (patch)
tree7cfbc283c169944ed6848db8fc5dd0963ac3d0cb /kamon-statsd/src/main/resources
parent09ad0ba8b0034094791cb9e35f89bec43d1d7924 (diff)
downloadKamon-1f3fda35208991db902ddc5e3913ec752ea53842.tar.gz
Kamon-1f3fda35208991db902ddc5e3913ec752ea53842.tar.bz2
Kamon-1f3fda35208991db902ddc5e3913ec752ea53842.zip
= statsd, datadog: fix time unit naming in reference.conf
Diffstat (limited to 'kamon-statsd/src/main/resources')
-rw-r--r--kamon-statsd/src/main/resources/reference.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/kamon-statsd/src/main/resources/reference.conf b/kamon-statsd/src/main/resources/reference.conf
index 85526f1f..a8941b49 100644
--- a/kamon-statsd/src/main/resources/reference.conf
+++ b/kamon-statsd/src/main/resources/reference.conf
@@ -77,8 +77,8 @@ kamon {
# All time values are collected in nanoseconds,
# to scale before sending to StatsD set "time-units" to "s" or "ms" or "µs".
- # Value "ns" is equivalent to omitting the setting
- # time-units = "ns"
+ # Value "n" is equivalent to omitting the setting
+ # time-units = "n"
# All memory values are collected in bytes,
# to scale before sending to StatsD set "memory-units" to "gb" or "mb" or "kb".