Skip to content

Commit

Permalink
apps/minio: use pod/namespace name as server name
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Feb 26, 2024
1 parent 705371a commit 00c39c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ metrics:
- sourceLabels: [__name__]
regex: 'minio_audit_.*|minio_inter_node_traffic_.*|minio_notify_current_send_in_progress|minio_s3_requests_.*|minio_software_.*'
action: drop
- sourceLabels: [pod]
- sourceLabels: [namespace]
targetLabel: server
# Replace server label as it unnecesarily differentiates cluster-level metrics
- sourceLabels: [server, __name__]
Expand Down

0 comments on commit 00c39c6

Please sign in to comment.