From 5423925519bf467cdd4a07ccd2d3bbe9159e2bca Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Tue, 19 Oct 2021 09:52:51 +0200 Subject: [PATCH] clean up --- helm/jmx-custom-map.yaml | 11 ----------- theodolite/examples/operator/example-execution.yaml | 1 - theodolite/examples/standalone/example-execution.yaml | 1 - .../test/kotlin/theodolite/CompositeStrategyTest.kt | 1 - 4 files changed, 14 deletions(-) delete mode 100644 helm/jmx-custom-map.yaml diff --git a/helm/jmx-custom-map.yaml b/helm/jmx-custom-map.yaml deleted file mode 100644 index 5abe283ce..000000000 --- a/helm/jmx-custom-map.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -data: - jmx-kafka-prometheus.yml: | - jmxUrl: service:jmx:rmi:///jndi/rmi://localhost:5555/jmxrmi - lowercaseOutputName: true - lowercaseOutputLabelNames: true - ssl: false -kind: ConfigMap -metadata: - name: theodolite-cp-kafka-jmx-configmap - namespace: default diff --git a/theodolite/examples/operator/example-execution.yaml b/theodolite/examples/operator/example-execution.yaml index 52bd499e5..e2efb6e9a 100644 --- a/theodolite/examples/operator/example-execution.yaml +++ b/theodolite/examples/operator/example-execution.yaml @@ -14,7 +14,6 @@ spec: - sloType: "lag trend" prometheusUrl: "http://prometheus-operated:9090" offset: 0 - query: "sum by(group)(kafka_consumergroup_group_lag >= 0)" properties: threshold: 2000 externalSloUrl: "http://localhost:80/evaluate-slope" diff --git a/theodolite/examples/standalone/example-execution.yaml b/theodolite/examples/standalone/example-execution.yaml index d25aa3866..6e649df95 100644 --- a/theodolite/examples/standalone/example-execution.yaml +++ b/theodolite/examples/standalone/example-execution.yaml @@ -10,7 +10,6 @@ slos: - sloType: "lag trend" prometheusUrl: "http://prometheus-operated:9090" offset: 0 - query: "sum by(group)(kafka_consumergroup_group_lag >= 0)" properties: threshold: 2000 externalSloUrl: "http://localhost:80/evaluate-slope" diff --git a/theodolite/src/test/kotlin/theodolite/CompositeStrategyTest.kt b/theodolite/src/test/kotlin/theodolite/CompositeStrategyTest.kt index 675ba9e35..580d9e747 100644 --- a/theodolite/src/test/kotlin/theodolite/CompositeStrategyTest.kt +++ b/theodolite/src/test/kotlin/theodolite/CompositeStrategyTest.kt @@ -114,5 +114,4 @@ class CompositeStrategyTest { assertEquals(actual, expected) } - } -- GitLab