aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-rw-r--r--kamon-core/src/main/resources/reference.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index 69e8c54f..f687bfb8 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -167,4 +167,15 @@ kamon {
# Just a place holder to ensure that the key is always available. Non-core Kamon modules should provide their
# settings in a module-info section.
}
+
+ # Add tags to all reported metrics. Can be useful to identify the source of metrics from a particluar JVM instance.
+ # Example:
+ #
+ # default-tags {
+ # host: ${?HOSTNAME}
+ # container-name: ${?CONTAINER_NAME}
+ # }
+ default-tags {
+
+ }
} \ No newline at end of file