aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnak <itopolnak@despegar.com>2014-01-27 19:09:40 -0300
committerIvan Topolnak <itopolnak@despegar.com>2014-01-27 19:09:40 -0300
commit966ba65ee12bdc60b231d421ab9d31b7c050b630 (patch)
tree6024c787845d098224a0485527ec015279920afb /kamon-core/src/main/resources
parent633b4058207d084724743c6b6367ac60f95ff987 (diff)
downloadKamon-966ba65ee12bdc60b231d421ab9d31b7c050b630.tar.gz
Kamon-966ba65ee12bdc60b231d421ab9d31b7c050b630.tar.bz2
Kamon-966ba65ee12bdc60b231d421ab9d31b7c050b630.zip
first implementation of a universal metrics repository for any kind of metrics we might be interested in
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf19
1 files changed, 16 insertions, 3 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index 11e7cbb4..f05c11f6 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -2,11 +2,24 @@ kamon {
metrics {
tick-interval = 1 second
- actors {
- tracked = []
+ filters = [
+ {
+ actor {
+ includes = []
+ excludes = [ "system/*", "user/IO-*" ]
+ }
+ },
+ {
+ dispatcher {
+ includes = [ "default-dispatcher" ]
+ excludes = []
+ }
+ }
+ ]
+
- excluded = [ "system/*", "user/IO-*" ]
+ actors {
hdr-settings {
processing-time {
highest-trackable-value = 3600000000000