aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/CMakeLists.txt
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-05-15 08:18:25 +0200
committergjoranv <gv@verizonmedia.com>2019-05-15 08:52:22 +0200
commit0ec97260759cedadcc28e711b0f13f5000ee41c3 (patch)
tree06a31651bd630cbbc40095b0983b7ab15396c3d4 /metrics-proxy/CMakeLists.txt
parent875ebb7f7277c618962a66207216e45bfd0fd451 (diff)
Add config definitions to CMakeLists
- They must be pre-installed, because we only pick up config defs from application package bundles, and not bundles installed from a container cluster.
Diffstat (limited to 'metrics-proxy/CMakeLists.txt')
-rw-r--r--metrics-proxy/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/metrics-proxy/CMakeLists.txt b/metrics-proxy/CMakeLists.txt
index 28b178fe636..e9461b6f96c 100644
--- a/metrics-proxy/CMakeLists.txt
+++ b/metrics-proxy/CMakeLists.txt
@@ -1,2 +1,9 @@
# Copyright 2019 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_fat_java_artifact(metrics-proxy)
+
+install_config_definition(src/main/resources/configdefinitions/application-dimensions.def ai.vespa.metricsproxy.metric.dimensions.application-dimensions.def)
+install_config_definition(src/main/resources/configdefinitions/consumers.def ai.vespa.metricsproxy.core.consumers.def)
+install_config_definition(src/main/resources/configdefinitions/monitoring.def ai.vespa.metricsproxy.core.monitoring.def)
+install_config_definition(src/main/resources/configdefinitions/node-dimensions.def ai.vespa.metricsproxy.metric.dimensions.node-dimensions.def)
+install_config_definition(src/main/resources/configdefinitions/rpc-connector.def ai.vespa.metricsproxy.rpc.rpc-connector.def)
+install_config_definition(src/main/resources/configdefinitions/vespa-services.def ai.vespa.metricsproxy.service.vespa-services.def)