aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/resources/application.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/test/resources/application.conf')
-rw-r--r--kamon-core/src/test/resources/application.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/kamon-core/src/test/resources/application.conf b/kamon-core/src/test/resources/application.conf
index f79ab822..bf6123d9 100644
--- a/kamon-core/src/test/resources/application.conf
+++ b/kamon-core/src/test/resources/application.conf
@@ -12,4 +12,15 @@ kamon {
level-of-detail = simple-trace
sampling = all
}
+
+ default-tags = {
+ name = "jason"
+ number = 42
+ username = ${USER}
+ list = [1, 2, 3] // lists do not make sense for a tag
+ object = {
+ nested-bool = true
+ nested-string = "a string"
+ }
+ }
} \ No newline at end of file