File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ annotations:
22
22
url: https://keybase.io/bradmccoydev/pgp_keys.asc
23
23
24
24
type : application
25
- version : 0.5.18
25
+ version : 0.5.19
26
26
appVersion : release-0.8.0
Original file line number Diff line number Diff line change 30
30
relabelings :
31
31
{{- toYaml . | nindent 8 }}
32
32
{{- end }}
33
+ {{- with .Values.serviceMonitor.metricRelabelings }}
34
+ metricRelabelings :
35
+ {{- toYaml . | nindent 8 }}
36
+ {{- end }}
33
37
namespaceSelector :
34
38
matchNames :
35
39
- {{ .Release.Namespace }}
Original file line number Diff line number Diff line change @@ -101,6 +101,18 @@ serviceMonitor:
101
101
sourceLabels :
102
102
- __meta_kubernetes_pod_node_name
103
103
targetLabel : instance
104
+ metricRelabelings : []
105
+ # # For example when you need the name of the pod's namespace in the 'namespace' label, e.g. for a multitenant setup
106
+ # - action: replace
107
+ # regex: (.*)
108
+ # sourceLabels:
109
+ # - namespace
110
+ # targetLabel: app_namespace
111
+ # - action: replace
112
+ # regex: (.*)
113
+ # sourceLabels:
114
+ # - container_namespace
115
+ # targetLabel: namespace
104
116
105
117
redfish :
106
118
enabled : false
You can’t perform that action at this time.
0 commit comments