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, 18 insertions, 0 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
new file mode 100644
index 00000000..51732890
--- /dev/null
+++ b/kamon-examples/kamon-autoweave-example/src/main/resources/application.conf
@@ -0,0 +1,18 @@
+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