aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2019-01-23 17:12:01 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2019-01-23 17:12:01 +0100
commit1db3f5c9c984dabbad7400c0c092942ff04580c0 (patch)
treefc2ec91cb15afdf217d7520782524060e182f63f /kamon-core/src/main/resources/reference.conf
parente311df4b3a272f4f160857f718a96ec316a2fc06 (diff)
downloadKamon-1db3f5c9c984dabbad7400c0c092942ff04580c0.tar.gz
Kamon-1db3f5c9c984dabbad7400c0c092942ff04580c0.tar.bz2
Kamon-1db3f5c9c984dabbad7400c0c092942ff04580c0.zip
initial work on a embeded status page
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:
#