File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: flipt
3
3
home : https://flipt.io
4
4
description : Flipt is an open-source, self-hosted feature flag solution.
5
5
type : application
6
- version : 0.76.1
6
+ version : 0.77.0
7
7
appVersion : v1.53.1
8
8
maintainers :
9
9
- name : Flipt
Original file line number Diff line number Diff line change 18
18
interval : {{ . }}
19
19
{{- end }}
20
20
path : /metrics
21
+ honorLabels : {{ .Values.metrics.serviceMonitor.honorLabels }}
21
22
{{- with .Values.metrics.serviceMonitor.relabelings }}
22
23
relabelings :
23
24
{{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -207,6 +207,9 @@ metrics:
207
207
# -- ServiceMonitor relabel configs to apply to samples before scraping
208
208
# https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#relabelconfig
209
209
relabelings : []
210
+ # -- What to do when flipt metrics labels are conflicting with Prometheus server-side labels.
211
+ # true means keep label values from flipt.
212
+ honorLabels : false
210
213
# -- ServiceMonitor will use http by default, but you can pick https as well
211
214
scheme : http
212
215
# -- ServiceMonitor will use these tlsConfig settings to make the health check requests
You can’t perform that action at this time.
0 commit comments