Skip to content

Commit

Permalink
Enable sysctl collector.
Browse files Browse the repository at this point in the history
Also track tcp_mem.
  • Loading branch information
ryanlovett committed Dec 18, 2023
1 parent 0a0801a commit b30daf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions support/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ prometheus:
type: Recreate
service:
type: ClusterIP
prometheus-node-exporter:
extraArgs:
- "--collector.sysctl"
- "--collector.sysctl.include=net.ipv4.tcp_mem:min,pressure,max"

grafana:
nodeSelector:
Expand Down

0 comments on commit b30daf4

Please sign in to comment.