summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/resources
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2019-05-09 12:01:55 +0200
committerGitHub <noreply@github.com>2019-05-09 12:01:55 +0200
commitdb4a6d99d6e2371f4ee54c3c41e514bd3390b601 (patch)
treeb36910341ab5c43496847bc32c7ea707d5c47a0a /metrics-proxy/src/main/resources
parentc3667718a63a8703bf62833dcb92b7ad5422d0cc (diff)
Revert "Gjoranv/reapply new metrics proxy "
Diffstat (limited to 'metrics-proxy/src/main/resources')
-rw-r--r--metrics-proxy/src/main/resources/configdefinitions/application-dimensions.def5
-rw-r--r--metrics-proxy/src/main/resources/configdefinitions/consumers.def10
-rw-r--r--metrics-proxy/src/main/resources/configdefinitions/monitoring.def8
-rw-r--r--metrics-proxy/src/main/resources/configdefinitions/node-dimensions.def5
-rw-r--r--metrics-proxy/src/main/resources/configdefinitions/rpc-connector.def4
-rw-r--r--metrics-proxy/src/main/resources/configdefinitions/vespa-services.def10
6 files changed, 0 insertions, 42 deletions
diff --git a/metrics-proxy/src/main/resources/configdefinitions/application-dimensions.def b/metrics-proxy/src/main/resources/configdefinitions/application-dimensions.def
deleted file mode 100644
index 41b384193e5..00000000000
--- a/metrics-proxy/src/main/resources/configdefinitions/application-dimensions.def
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package=ai.vespa.metricsproxy.metric.dimensions
-
-# Dimensions based on application properties
-dimensions{} string
diff --git a/metrics-proxy/src/main/resources/configdefinitions/consumers.def b/metrics-proxy/src/main/resources/configdefinitions/consumers.def
deleted file mode 100644
index a1828b1320c..00000000000
--- a/metrics-proxy/src/main/resources/configdefinitions/consumers.def
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package=ai.vespa.metricsproxy.core
-
-# Consumers with metric definitions
-consumer[].name string default=""
-consumer[].metric[].name string
-consumer[].metric[].description string default=""
-consumer[].metric[].outputname string
-consumer[].metric[].dimension[].key string
-consumer[].metric[].dimension[].value string
diff --git a/metrics-proxy/src/main/resources/configdefinitions/monitoring.def b/metrics-proxy/src/main/resources/configdefinitions/monitoring.def
deleted file mode 100644
index 6fe24c86394..00000000000
--- a/metrics-proxy/src/main/resources/configdefinitions/monitoring.def
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package=ai.vespa.metricsproxy.core
-
-# The rate at which metrics are passed to the monitoring system. Currently (Apr 2019) only used by SystemPoller.
-intervalMinutes int default=5
-
-# The name used for this application in the monitoring system
-systemName string default=vespa
diff --git a/metrics-proxy/src/main/resources/configdefinitions/node-dimensions.def b/metrics-proxy/src/main/resources/configdefinitions/node-dimensions.def
deleted file mode 100644
index 917cd165a9f..00000000000
--- a/metrics-proxy/src/main/resources/configdefinitions/node-dimensions.def
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package=ai.vespa.metricsproxy.metric.dimensions
-
-# Dimensions based on node properties
-dimensions{} string
diff --git a/metrics-proxy/src/main/resources/configdefinitions/rpc-connector.def b/metrics-proxy/src/main/resources/configdefinitions/rpc-connector.def
deleted file mode 100644
index 7a8450780de..00000000000
--- a/metrics-proxy/src/main/resources/configdefinitions/rpc-connector.def
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package=ai.vespa.metricsproxy.rpc
-
-port int
diff --git a/metrics-proxy/src/main/resources/configdefinitions/vespa-services.def b/metrics-proxy/src/main/resources/configdefinitions/vespa-services.def
deleted file mode 100644
index 6fdacfffd42..00000000000
--- a/metrics-proxy/src/main/resources/configdefinitions/vespa-services.def
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package=ai.vespa.metricsproxy.service
-
-# Services with service id and the http port for the metrics page
-service[].configId string
-service[].name string default=""
-service[].port int default=-1
-service[].healthport int default=-1
-service[].dimension[].key string
-service[].dimension[].value string