aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-08-29 02:33:04 -0300
committerDiego <diegolparra@gmail.com>2014-08-29 02:33:04 -0300
commit50d89e2a25b331e953a03ad8d91a18b9e8c0b121 (patch)
tree417637c3ac48d7afc754e5eeadd3a7067275bde0 /kamon-core/src/main/resources
parent5ead4817f1bdfbfe6c46d9c70fd08a69623d90ac (diff)
downloadKamon-50d89e2a25b331e953a03ad8d91a18b9e8c0b121.tar.gz
Kamon-50d89e2a25b331e953a03ad8d91a18b9e8c0b121.tar.bz2
Kamon-50d89e2a25b331e953a03ad8d91a18b9e8c0b121.zip
+ core: provide metrics for routers
* processing-time * errors * time-in-mailbox closes #62
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index b3df73bf..ace05e87 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -50,6 +50,12 @@ kamon {
}
},
{
+ router {
+ includes = []
+ excludes = [ "system/*", "user/IO-*" ]
+ }
+ },
+ {
trace {
includes = [ "*" ]
excludes = []
@@ -88,6 +94,11 @@ kamon {
mailbox-size = ${kamon.metrics.precision.default-min-max-counter-precision}
}
+ router {
+ processing-time = ${kamon.metrics.precision.default-histogram-precision}
+ time-in-mailbox = ${kamon.metrics.precision.default-histogram-precision}
+ }
+
trace {
elapsed-time = ${kamon.metrics.precision.default-histogram-precision}
segment = ${kamon.metrics.precision.default-histogram-precision}