summaryrefslogtreecommitdiffstats
path: root/metrics-proxy
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-01-20 11:18:00 +0100
committergjoranv <gv@verizonmedia.com>2020-01-20 11:33:56 +0100
commit2b80ddb639d6740099107896548e24f694539ef0 (patch)
treee3e7619d961deb604d315faa47ad5481efeffb87 /metrics-proxy
parentd6f1aad857954ab8d4b65b630b12f03ac53f963b (diff)
Add back nodeId to config def
- Add a default value because the model does not produce the value anymore. - This should not be necessary. The field can safely be removed because the config model of older versions always adds a value for this field.
Diffstat (limited to 'metrics-proxy')
-rw-r--r--metrics-proxy/src/main/resources/configdefinitions/metrics-nodes.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/metrics-proxy/src/main/resources/configdefinitions/metrics-nodes.def b/metrics-proxy/src/main/resources/configdefinitions/metrics-nodes.def
index 4feceb338b3..ca06148638f 100644
--- a/metrics-proxy/src/main/resources/configdefinitions/metrics-nodes.def
+++ b/metrics-proxy/src/main/resources/configdefinitions/metrics-nodes.def
@@ -1,6 +1,9 @@
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package=ai.vespa.metricsproxy.http.application
+# TODO: remove, unused
+node[].nodeId string default=""
+
node[].hostname string
node[].role string
node[].metricsPort int