aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
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
commita0a57b110a3ee4876797ab51c4758525d166796f (patch)
tree6da0606b82ace548ed1a76f9d2cfac309723ba1e /kamon-core/src/main/resources
parent8cb7b204bfd77cef8535b467798d88b1aa0c6d24 (diff)
downloadKamon-a0a57b110a3ee4876797ab51c4758525d166796f.tar.gz
Kamon-a0a57b110a3ee4876797ab51c4758525d166796f.tar.bz2
Kamon-a0a57b110a3ee4876797ab51c4758525d166796f.zip
wip
Diffstat (limited to 'kamon-core/src/main/resources')
-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 {