From 9d07669dae3ea1bc74b1d21e65618581292a6079 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Fri, 9 Jun 2017 10:29:37 +0200 Subject: replace auto settings for environment with actual values --- kamon-core/src/main/resources/reference.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (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 d3c8ebd1..80da12a5 100644 --- a/kamon-core/src/main/resources/reference.conf +++ b/kamon-core/src/main/resources/reference.conf @@ -1,8 +1,15 @@ kamon { + environment { + # Identifier for this service. + service = "kamon-application" + + # Identifier for the host where this service is running. If set to `auto` Kamon will resolve the hostname using + # the resolved name for localhost. host = "auto" + + # Identifier for a particular instance of this service. If set to `auto` Kamon will use the pattern service@host. instance = "auto" - application = "kamon-application" } # FQCN of the reporter instances that should be loaded when calling `Kamon.reporters.loadFromConfig()`. -- cgit v1.2.3