Skip to content

Commit

Permalink
chore: add node-exporter attachMetadata configuration
Browse files Browse the repository at this point in the history
Signed-off-by: liyang <[email protected]>
  • Loading branch information
daviderli614 committed Dec 4, 2024
1 parent 86b2818 commit 61caf02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2271,6 +2271,11 @@ prometheus-node-exporter:
# targetLabel: nodename
# replacement: $1
# action: replace

## Attach node metadata to discovered targets. Requires Prometheus v2.35.0 and above.
##
attachMetadata:
node: false
rbac:
## If true, create PSPs for node-exporter
##
Expand Down

0 comments on commit 61caf02

Please sign in to comment.