aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorIvan Topolnak <itopolnak@despegar.com>2014-01-02 18:09:53 -0300
committerIvan Topolnak <itopolnak@despegar.com>2014-01-13 17:37:20 -0300
commit25d9d514e413a9b6361dba26a9b94bee886e15bd (patch)
treee460f1e9a08eb7e0f2558169777259fd260c2b1a /kamon-core/src/main/resources/reference.conf
parent0915ccaf0586e29b0e223c55fdb7acf23fc7264f (diff)
downloadKamon-25d9d514e413a9b6361dba26a9b94bee886e15bd.tar.gz
Kamon-25d9d514e413a9b6361dba26a9b94bee886e15bd.tar.bz2
Kamon-25d9d514e413a9b6361dba26a9b94bee886e15bd.zip
integrate trace and metrics into the base project
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-rw-r--r--kamon-core/src/main/resources/reference.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
new file mode 100644
index 00000000..11e7cbb4
--- /dev/null
+++ b/kamon-core/src/main/resources/reference.conf
@@ -0,0 +1,30 @@
+kamon {
+ metrics {
+ tick-interval = 1 second
+
+ actors {
+ tracked = []
+
+ excluded = [ "system/*", "user/IO-*" ]
+
+ hdr-settings {
+ processing-time {
+ highest-trackable-value = 3600000000000
+ significant-value-digits = 2
+ }
+ time-in-mailbox {
+ highest-trackable-value = 3600000000000
+ significant-value-digits = 2
+ }
+ mailbox-size {
+ highest-trackable-value = 999999999
+ significant-value-digits = 2
+ }
+ }
+ }
+ }
+
+ trace {
+ ask-pattern-tracing = off
+ }
+} \ No newline at end of file