summaryrefslogtreecommitdiffstats
path: root/logd/src/main/resources
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2017-11-07 15:09:37 +0000
committerArne Juul <arnej@yahoo-inc.com>2017-11-21 12:59:23 +0000
commit2ccc391e1aa9bd190d1d40dcd1c01cf85fe5a5c6 (patch)
treef596b2e946fec6f7fe30f3acf60c6fecda86e97a /logd/src/main/resources
parent1b245f10e77b4aac6ac0197b1654815ccdc961c7 (diff)
skeleton for state reporting in logd
* allocate port in config model for logd state reporting * add state port to logd configuration * add a state server with no metrics production
Diffstat (limited to 'logd/src/main/resources')
-rw-r--r--logd/src/main/resources/configdefinitions/logd.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/logd/src/main/resources/configdefinitions/logd.def b/logd/src/main/resources/configdefinitions/logd.def
index 96c6bf5a616..7f7e69d3260 100644
--- a/logd/src/main/resources/configdefinitions/logd.def
+++ b/logd/src/main/resources/configdefinitions/logd.def
@@ -1,6 +1,9 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=cloud.config.log
+## Port to serve status and metrics on
+stateport int default=0
+
## Host to contact the logserver on.
logserver.host string default="localhost"