aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-12-17 14:44:55 -0300
committerDiego <diegolparra@gmail.com>2014-12-17 14:44:55 -0300
commit727583b0849f147fcb4a417c50a565b068f9ca49 (patch)
treefffb84724f9d0ec1a927b88abbfd41e88b76984d /kamon-core/src/main/resources
parentef0efc23b3b408a11fb52c77366bcd10ba66327a (diff)
downloadKamon-727583b0849f147fcb4a417c50a565b068f9ca49.tar.gz
Kamon-727583b0849f147fcb4a417c50a565b068f9ca49.tar.bz2
Kamon-727583b0849f147fcb4a417c50a565b068f9ca49.zip
+ statsd: report HttpServerMetrics to StatsD
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index da09f500..2d8b3f2e 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -172,7 +172,7 @@ kamon {
max-incubation-time = 20 seconds
}
- # Default dispatcher for all trace operations
+ # Default dispatcher for all trace module operations
dispatcher = ${kamon.default-dispatcher}
}
@@ -185,7 +185,7 @@ kamon {
# - heavyweight: logs the warning when a timeout is reached using a stack trace captured at the moment the future was created.
ask-pattern-timeout-warning = off
- # Default dispatcher for all trace operations
+ # Default dispatcher for all akka module operations
dispatcher = ${kamon.default-dispatcher}
}