aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-autoweave-example/src/main/resources/application.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-examples/kamon-autoweave-example/src/main/resources/application.conf')
-rw-r--r--kamon-examples/kamon-autoweave-example/src/main/resources/application.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/kamon-examples/kamon-autoweave-example/src/main/resources/application.conf b/kamon-examples/kamon-autoweave-example/src/main/resources/application.conf
deleted file mode 100644
index 51732890..00000000
--- a/kamon-examples/kamon-autoweave-example/src/main/resources/application.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-kamon {
-
- trace {
- level = simple-trace
- }
-
- metric {
- filters {
- trace.includes = [ "**" ]
- akka-actor.includes = [ "**" ]
- akka-dispatcher.includes = [ "**" ]
- }
- }
-
- modules {
- kamon-log-reporter.auto-start = yes
- }
-} \ No newline at end of file