Skip to content

Commit 9a83ef7

Browse files
committed
adjust: modify prometheus relabeling config for more decen graph
Signed-off-by: 露营 <luying.yh@alibaba-inc.com>
1 parent 137a31d commit 9a83ef7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/addons/prometheus_recording_istio.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@ data:
301301
target_label: node
302302
- action: replace
303303
metric_relabel_configs:
304-
- source_labels: [reporter]
305-
regex: 'waypoint'
306-
target_label: reporter
307-
replacement: 'destination'
304+
- source_labels: [app]
305+
regex: 'kmesh'
306+
target_label: app
307+
replacement: 'ztunnel'
308308
- honor_labels: true
309309
job_name: kubernetes-pods-slow
310310
kubernetes_sd_configs:

0 commit comments

Comments
 (0)