diff --git a/helm/jmx-custom-map.yaml b/helm/jmx-custom-map.yaml deleted file mode 100644 index 5abe283ce6ae506b2cd908083f2b34e714500e2a..0000000000000000000000000000000000000000 --- 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 52bd499e5854d8940743c4215d0a4783352b3470..e2efb6e9a2bb6c08354b57a83506a601ac0ed96e 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 d25aa3866ae8b38208db62c85a4afe1339d0f241..6e649df957fe1d5dd962fdd5fe5152808e722de6 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 675ba9e3519ee9583a729933b7b6093ab26dd151..580d9e747bde687a91ffb1bce2e7c9dfb6f166a2 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) } - }