From be6ec1c25e3234953641946cb0f19085d1800949 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Mon, 10 Oct 2022 23:02:21 +0200 Subject: [PATCH] Update prometheus chart defaults (#4067) Update promtheus chart node-exporter values to drop `veth...` devices from network metrics. Fixes: https://github.com/truecharts/charts/issues/4066 Signed-off-by: SuperQ Signed-off-by: SuperQ --- charts/stable/prometheus/Chart.yaml | 2 +- charts/stable/prometheus/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/stable/prometheus/Chart.yaml b/charts/stable/prometheus/Chart.yaml index bb5967d540f..912633758c0 100644 --- a/charts/stable/prometheus/Chart.yaml +++ b/charts/stable/prometheus/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.60.0" +appVersion: "0.61.0" dependencies: - name: common repository: https://library-charts.truecharts.org diff --git a/charts/stable/prometheus/values.yaml b/charts/stable/prometheus/values.yaml index 12d2f08c66f..58ac2e31ea6 100644 --- a/charts/stable/prometheus/values.yaml +++ b/charts/stable/prometheus/values.yaml @@ -1152,6 +1152,8 @@ node-exporter: extraArgs: collector.filesystem.ignored-mount-points: "^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/.+|var/db/system/.+|mnt/[a-zA-Z0-9-_\\.]+/ix-applications/.+)($|/)" collector.filesystem.ignored-fs-types: "^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$" + collector.netdev.device-exclude: "^veth.*$" + collector.netclass.ignored-devices: "^veth.*$" path.rootfs: /host extraVolumes: - name: host