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.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index 37491c79..7a5576bc 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -27,14 +27,14 @@ kamon {
status {
- # When enabled, Kamon will start an embedded web server to publish the status mini-site that contains basic
- # status and debugging information.
+ # When enabled Kamon will start an embedded web server to publish the status page mini-site, which contains basic
+ # system information that can be used for debugging and troubleshooting issues with Kamon.
enabled = true
- # Controls the hostname and port in which the status mini-site HTTP server will be listening.
+ # Controls the hostname and port on which the status page embedded server will be listening.
listen {
hostname = "0.0.0.0"
- port = 9912
+ port = 5266
}
}