aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-annotation-example/scala/src/main/resources/application.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-examples/kamon-annotation-example/scala/src/main/resources/application.conf')
-rw-r--r--kamon-examples/kamon-annotation-example/scala/src/main/resources/application.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/kamon-examples/kamon-annotation-example/scala/src/main/resources/application.conf b/kamon-examples/kamon-annotation-example/scala/src/main/resources/application.conf
new file mode 100644
index 00000000..595f9b89
--- /dev/null
+++ b/kamon-examples/kamon-annotation-example/scala/src/main/resources/application.conf
@@ -0,0 +1,10 @@
+###############################
+# Kamon related configuration #
+###############################
+
+kamon {
+ modules {
+ kamon-annotation.auto-start = yes
+ kamon-log-reporter.auto-start = yes
+ }
+} \ No newline at end of file