Skip to content

Commit

Permalink
[prometheus-stackdriver-exporter] ServiceMonitor: allow to specify sc…
Browse files Browse the repository at this point in the history
…rapeTimeout independently (prometheus-community#1841)

* [prometheus-stackdriver-exporter] ServiceMonitor: allow to specify interval and scrapeTimeout independently

Signed-off-by: Ivan Korolev <[email protected]>

* [prometheus-stackdriver-exporter] ServiceMonitor: allow to specify interval and scrapeTimeout independently

Signed-off-by: Ivan Korolev <[email protected]>
  • Loading branch information
ivaanko authored Mar 2, 2022
1 parent 90930fc commit fca722e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-stackdriver-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Stackdriver exporter for Prometheus
name: prometheus-stackdriver-exporter
version: 2.1.0
version: 2.1.1
appVersion: 0.12.0
home: https://www.stackdriver.com/
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
- port: http
{{- if .Values.serviceMonitor.interval }}
interval: {{ .Values.serviceMonitor.interval }}
{{- end }}
{{- if .Values.serviceMonitor.scrapeTimeout }}
scrapeTimeout: {{ .Values.serviceMonitor.scrapeTimeout }}
{{- end }}
honorLabels: {{ .Values.serviceMonitor.honorLabels }}
Expand Down

0 comments on commit fca722e

Please sign in to comment.