From f632d24bcebc5c41f9f4ccc72ecd2473709ba628 Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Tue, 19 Oct 2021 09:57:21 +0200 Subject: [PATCH] reset changes in application properties --- theodolite/src/main/resources/application.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/theodolite/src/main/resources/application.properties b/theodolite/src/main/resources/application.properties index 8eb6f4862..42647e239 100644 --- a/theodolite/src/main/resources/application.properties +++ b/theodolite/src/main/resources/application.properties @@ -4,6 +4,3 @@ quarkus.native.additional-build-args=\ --initialize-at-run-time=io.fabric8.kubernetes.client.dsl.internal.core.v1.PodOperationsImpl$1,\ --initialize-at-run-time=io.fabric8.kubernetes.client.dsl.internal.core.v1.PodOperationsImpl$3,\ --report-unsupported-elements-at-runtime - -prom.record.lag.query="sum by(group)(kafka_consumergroup_group_lag >= 0)" -prom.dropped.records.query="sum by(job) (kafka_streams_stream_task_metrics_dropped_records_total>=0)" -- GitLab