aboutsummaryrefslogtreecommitdiff
path: root/kamon-scala/src
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-scala/src')
-rw-r--r--kamon-scala/src/main/resources/reference.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/kamon-scala/src/main/resources/reference.conf b/kamon-scala/src/main/resources/reference.conf
new file mode 100644
index 00000000..1a621e09
--- /dev/null
+++ b/kamon-scala/src/main/resources/reference.conf
@@ -0,0 +1,14 @@
+# =================================== #
+# Kamon-Scala Reference Configuration #
+# =================================== #
+
+kamon {
+
+ module-info {
+ kamons {
+ auto-start = yes
+ requires-aspectj = yes
+ extension-id = none
+ }
+ }
+} \ No newline at end of file