aboutsummaryrefslogtreecommitdiff
path: root/kamon-playground/src/main/resources/application.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-playground/src/main/resources/application.conf')
-rw-r--r--kamon-playground/src/main/resources/application.conf14
1 files changed, 13 insertions, 1 deletions
diff --git a/kamon-playground/src/main/resources/application.conf b/kamon-playground/src/main/resources/application.conf
index 88fe8e8d..88a77566 100644
--- a/kamon-playground/src/main/resources/application.conf
+++ b/kamon-playground/src/main/resources/application.conf
@@ -1,9 +1,21 @@
akka {
loggers = [ "akka.event.slf4j.Slf4jLogger" ]
- loglevel = DEBUG
+ loglevel = INFO
actor {
debug {
unhandled = on
}
}
+}
+
+
+kamon {
+ metrics {
+ actors {
+ tracked = [
+ "user/simple-service-actor",
+ "other"
+ ]
+ }
+ }
} \ No newline at end of file