File tree Expand file tree Collapse file tree
docs/modules/nifi/pages/usage_guide Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ metadata:
100100 release: prometheus
101101spec:
102102 endpoints:
103- - port: https
103+ - port: https
104104 path: 'nifi-api/flow/metrics/prometheus'
105105 scheme: https
106106 interval: 5s
@@ -109,7 +109,7 @@ spec:
109109 authorization:
110110 credentials: <1>
111111 key: "nifi_token"
112- name: "nifi-authorization-secret"
112+ name: "nifi-authorization-secret"
113113 optional: false
114114 type: "Bearer"
115115 relabelings: <2>
@@ -118,7 +118,7 @@ spec:
118118 - __meta_kubernetes_service_name
119119 - __meta_kubernetes_namespace
120120 - __meta_kubernetes_pod_container_port_number
121- targetLabel: __address__
121+ targetLabel: __address__
122122 replacement: ${1}.${2}.${3}.svc.cluster.local:${4}
123123 regex: (.+);(.+?)(?:-metrics)?;(.+);(.+)
124124 selector:
You can’t perform that action at this time.
0 commit comments