From 1f3fda35208991db902ddc5e3913ec752ea53842 Mon Sep 17 00:00:00 2001 From: Eugene Platonov Date: Thu, 24 Dec 2015 12:20:52 -0500 Subject: = statsd, datadog: fix time unit naming in reference.conf --- kamon-statsd/src/main/resources/reference.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kamon-statsd/src/main/resources') 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". -- cgit v1.2.3