Skip to content
Snippets Groups Projects
Commit 6b786528 authored by Sören Henning's avatar Sören Henning
Browse files

Change interval to 5s to be aligned with old dedicated service monitor

parent 82fe04dc
No related branches found
No related tags found
1 merge request!17Let Helm deploy service monitor for Kafka Lag Exporter based on Helm template
...@@ -8,7 +8,7 @@ pollIntervalSeconds: 15 ...@@ -8,7 +8,7 @@ pollIntervalSeconds: 15
prometheus: prometheus:
serviceMonitor: serviceMonitor:
enabled: true enabled: true
interval: "30s" interval: "5s"
additionalLabels: additionalLabels:
appScope: titan-ccp appScope: titan-ccp
# service monitor label selectors: https://github.com/helm/charts/blob/f5a751f174263971fafd21eee4e35416d6612a3d/stable/prometheus-operator/templates/prometheus/prometheus.yaml#L74 # service monitor label selectors: https://github.com/helm/charts/blob/f5a751f174263971fafd21eee4e35416d6612a3d/stable/prometheus-operator/templates/prometheus/prometheus.yaml#L74
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment