aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-annotation-example/java/src/main/resources/application.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-examples/kamon-annotation-example/java/src/main/resources/application.conf')
-rw-r--r--kamon-examples/kamon-annotation-example/java/src/main/resources/application.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/kamon-examples/kamon-annotation-example/java/src/main/resources/application.conf b/kamon-examples/kamon-annotation-example/java/src/main/resources/application.conf
deleted file mode 100644
index 1755bfc5..00000000
--- a/kamon-examples/kamon-annotation-example/java/src/main/resources/application.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-###############################
-# Kamon related configuration #
-###############################
-
-kamon {
-
- metric {
- filters {
- trace.includes = [ "**" ]
- akka-actor.includes = [ "**" ]
- akka-actor.excludes = ["*/system/**", "*/user/IO-**" ]
- akka-dispatcher.includes = [ "**" ]
- akka-dispatcher.excludes = [ ]
- }
- }
-
- modules {
- kamon-annotation.auto-start = yes
- kamon-log-reporter.auto-start = yes
- }
-}