[bitnami/kafka] Fix jmx-exporter scrape path (#27562)

* fix serviceMonitor path

jmx-exporter does no longer export metrics on / - instead it needs to be polled on /metrics

Signed-off-by: horihel <heiko.helmle@horiba.com>

* bump version

Signed-off-by: horihel <heiko.helmle@horiba.com>

* change the same path in prometheus annotations

Signed-off-by: horihel <heiko.helmle@horiba.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: horihel <heiko.helmle@horiba.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
horihel
2024-07-08 12:46:58 +02:00
committed by GitHub
parent 516d67a0e6
commit 1dd943997d
4 changed files with 9 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ spec:
app.kubernetes.io/component: metrics
endpoints:
- port: http-metrics
path: "/"
path: "/metrics"
{{- if .Values.metrics.serviceMonitor.interval }}
interval: {{ .Values.metrics.serviceMonitor.interval }}
{{- end }}