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.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index 9faa26bd..1d6a9f1b 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -25,6 +25,19 @@ kamon {
}
}
+ status {
+
+ # When enabled, Kamon will start an embedded web server to publish the status mini-site that contains basic
+ # status and debugging information.
+ enabled = true
+
+ # Controls the hostname and port in which the status mini-site HTTP server will be listening.
+ listen {
+ hostname = "0.0.0.0"
+ port = 9912
+ }
+ }
+
# Modules that can be automatically discovered and started by Kamon. The configuration for each module has the
# following schema:
#