Skip to content

Commit

Permalink
Merge branch 'danielqsj:master' into msk_iam_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
errm authored Apr 4, 2024
2 parents c4588a4 + 2e60c05 commit 5eb10da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/kafka-exporter/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{{- if .Values.prometheus.serviceMonitor.enabled }}
{{- if .Values.azuremanagedprometheus.use_azuremanagedprometheus }}
apiVersion: azmonitoring.coreos.com/v1
{{- else }}
apiVersion: monitoring.coreos.com/v1
{{- end }}
kind: ServiceMonitor
metadata:
name: {{ include "kafka-exporter.fullname" . }}
Expand Down
4 changes: 4 additions & 0 deletions charts/kafka-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ datadog:
{"kafka_consumergroup_current_offset": "kafka_consumergroup_current_offset"}
]

# Add support for azure managed prometheus by creating service monitor with the supported api group
azuremanagedprometheus:
use_azuremanagedprometheus: false

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
Expand Down

0 comments on commit 5eb10da

Please sign in to comment.