From b30daf42138ceca442933fd1a114308e4aa40898 Mon Sep 17 00:00:00 2001 From: Ryan Lovett Date: Mon, 18 Dec 2023 13:38:01 -0800 Subject: [PATCH] Enable sysctl collector. Also track tcp_mem. --- support/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/support/values.yaml b/support/values.yaml index b0e5914ab..4ce4b328b 100644 --- a/support/values.yaml +++ b/support/values.yaml @@ -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: