aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorJason Martens <jmartens@zendesk.com>2017-04-05 16:33:08 -0700
committerJason Martens <jmartens@zendesk.com>2017-04-13 14:35:20 -0700
commiteafc9d454afb7f8fc601a83c75a267165137b6e0 (patch)
treeecfd21c9e899d1675366691559a16b9e1de7f84f /kamon-core/src/main/resources
parentfbff9e865d08af1207ca16876ab0f11657f3e87a (diff)
downloadKamon-eafc9d454afb7f8fc601a83c75a267165137b6e0.tar.gz
Kamon-eafc9d454afb7f8fc601a83c75a267165137b6e0.tar.bz2
Kamon-eafc9d454afb7f8fc601a83c75a267165137b6e0.zip
+ MetricsModule: Add default metrics loaded from config
Diffstat (limited to 'kamon-core/src/main/resources')
-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