From eafc9d454afb7f8fc601a83c75a267165137b6e0 Mon Sep 17 00:00:00 2001 From: Jason Martens Date: Wed, 5 Apr 2017 16:33:08 -0700 Subject: + MetricsModule: Add default metrics loaded from config --- kamon-core/src/main/resources/reference.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'kamon-core/src/main/resources/reference.conf') 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 -- cgit v1.2.3