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.conf19
1 files changed, 6 insertions, 13 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index 7a5576bc..c51b378e 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -1,3 +1,9 @@
+###########################################
+#
+# Kamon Core Reference Configuration
+#
+###########################################
+
kamon {
environment {
@@ -25,19 +31,6 @@ kamon {
}
}
- status {
-
- # 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 on which the status page embedded server will be listening.
- listen {
- hostname = "0.0.0.0"
- port = 5266
- }
- }
-
# Modules that can be automatically discovered and started by Kamon. The configuration for each module has the
# following schema:
#