Workaround issue with Prometheus 3.0 and metrics (#577)
* Add "fallbackScrapeProtocol: PrometheusText0.0.4" to all pod monitors
This commit is contained in:
parent
492e273d82
commit
4de387e726
@ -30,6 +30,7 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
jobLabel: recovery
|
||||
fallbackScrapeProtocol: PrometheusText0.0.4
|
||||
podMetricsEndpoints:
|
||||
- port: http
|
||||
path: /metrics
|
||||
|
||||
@ -30,6 +30,7 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
jobLabel: bookie
|
||||
fallbackScrapeProtocol: PrometheusText0.0.4
|
||||
podMetricsEndpoints:
|
||||
- port: http
|
||||
path: /metrics
|
||||
|
||||
@ -30,6 +30,7 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
jobLabel: broker
|
||||
fallbackScrapeProtocol: PrometheusText0.0.4
|
||||
podMetricsEndpoints:
|
||||
- port: http
|
||||
path: /metrics
|
||||
|
||||
@ -30,6 +30,7 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
jobLabel: oxia-coordinator
|
||||
fallbackScrapeProtocol: PrometheusText0.0.4
|
||||
podMetricsEndpoints:
|
||||
- port: metrics
|
||||
path: /metrics
|
||||
|
||||
@ -30,6 +30,7 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
jobLabel: oxia-server
|
||||
fallbackScrapeProtocol: PrometheusText0.0.4
|
||||
podMetricsEndpoints:
|
||||
- port: metrics
|
||||
path: /metrics
|
||||
|
||||
@ -30,6 +30,7 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
jobLabel: proxy
|
||||
fallbackScrapeProtocol: PrometheusText0.0.4
|
||||
podMetricsEndpoints:
|
||||
- port: http
|
||||
path: /metrics
|
||||
|
||||
@ -31,6 +31,7 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
jobLabel: zookeeper
|
||||
fallbackScrapeProtocol: PrometheusText0.0.4
|
||||
podMetricsEndpoints:
|
||||
- port: http
|
||||
path: /metrics
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user