aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorIvan Topolnak <itopolnak@despegar.com>2014-01-30 18:23:33 -0300
committerIvan Topolnak <itopolnak@despegar.com>2014-01-30 18:23:33 -0300
commita15e17d2462105ad8b72054be58dc9e8f9dc64ed (patch)
tree9e8c3d1fa732918dc600538bab24940bd18b6e79 /kamon-core/src/main/resources/reference.conf
parente47ed388f6ae147e550c39aa2a3638791ec65b66 (diff)
downloadKamon-a15e17d2462105ad8b72054be58dc9e8f9dc64ed.tar.gz
Kamon-a15e17d2462105ad8b72054be58dc9e8f9dc64ed.tar.bz2
Kamon-a15e17d2462105ad8b72054be58dc9e8f9dc64ed.zip
wip
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-rw-r--r--kamon-core/src/main/resources/reference.conf24
1 files changed, 22 insertions, 2 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index f05c11f6..e6124365 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -10,6 +10,12 @@ kamon {
}
},
{
+ trace {
+ includes = [ "**" ]
+ excludes = []
+ }
+ },
+ {
dispatcher {
includes = [ "default-dispatcher" ]
excludes = []
@@ -19,8 +25,8 @@ kamon {
- actors {
- hdr-settings {
+ precision {
+ actor {
processing-time {
highest-trackable-value = 3600000000000
significant-value-digits = 2
@@ -34,7 +40,21 @@ kamon {
significant-value-digits = 2
}
}
+
+ trace {
+ elapsed-time {
+ highest-trackable-value = 3600000000000
+ significant-value-digits = 2
+ }
+ segments {
+ highest-trackable-value = 3600000000000
+ significant-value-digits = 2
+ }
+ }
}
+
+
+
}
trace {