aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/CMakeLists.txt
diff options
context:
space:
mode:
authorOla Aunronning <olaa@yahooinc.com>2023-03-10 10:15:32 +0100
committerOla Aunronning <olaa@yahooinc.com>2023-03-10 10:15:32 +0100
commitbc8ce77595e7a2224bdfd973759bffa103f4a853 (patch)
tree53af09d801cc67537aa3667456e1e5a2e0d800ab /metrics-proxy/CMakeLists.txt
parent88bef544c54e3784e80dbcb8270dd2857d8a6559 (diff)
Remove telegraf metrics-proxy integration
Diffstat (limited to 'metrics-proxy/CMakeLists.txt')
-rw-r--r--metrics-proxy/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/metrics-proxy/CMakeLists.txt b/metrics-proxy/CMakeLists.txt
index 4cc59300058..21889d83da5 100644
--- a/metrics-proxy/CMakeLists.txt
+++ b/metrics-proxy/CMakeLists.txt
@@ -1,9 +1,4 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_jar(metrics-proxy-jar-with-dependencies.jar)
-install(DIRECTORY DESTINATION conf/telegraf)
-install(DIRECTORY DESTINATION logs/telegraf)
-vespa_install_script(src/main/sh/start-telegraf.sh libexec/vespa)
-vespa_install_script(src/main/sh/stop-telegraf.sh libexec/vespa)
-
install_config_definitions()