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.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index 659114ca..b3fd3b17 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -11,6 +11,18 @@ kamon {
# Identifier for a particular instance of this service. If set to `auto` Kamon will use the pattern service@host.
instance = "auto"
+
+ # Arbitraty key-value pairs that further identify the environment where this service instance is running. Typically
+ # these tags will be used by the reporting modules as additional tags for all metrics or spans. Take a look at each
+ # reporter module's configuration to ensure these tags are supported and included in the reported data. Example:
+ #
+ # kamon.environment.tags {
+ # env = "staging"
+ # region = "us-east-1"
+ # }
+ tags {
+
+ }
}
# FQCN of the reporter instances that should be loaded when calling `Kamon.reporters.loadReportersFromConfig()`. All