From 6b78652836eeecf9d242f49ace5c5433dce8af46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 4 Jun 2020 12:49:39 +0200 Subject: [PATCH] Change interval to 5s to be aligned with old dedicated service monitor --- execution/infrastructure/kafka-lag-exporter/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/infrastructure/kafka-lag-exporter/values.yaml b/execution/infrastructure/kafka-lag-exporter/values.yaml index bbd9f5fc3..b83a91128 100644 --- a/execution/infrastructure/kafka-lag-exporter/values.yaml +++ b/execution/infrastructure/kafka-lag-exporter/values.yaml @@ -8,7 +8,7 @@ pollIntervalSeconds: 15 prometheus: serviceMonitor: enabled: true - interval: "30s" + interval: "5s" additionalLabels: appScope: titan-ccp # service monitor label selectors: https://github.com/helm/charts/blob/f5a751f174263971fafd21eee4e35416d6612a3d/stable/prometheus-operator/templates/prometheus/prometheus.yaml#L74 -- GitLab