From ed1f1c558ad0380f19c77346632fbc79debe4dc1 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 3 Aug 2026 12:57:42 +0100 Subject: [PATCH] prometheus: do no collect zero interrupts --- cookbooks/prometheus/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/prometheus/recipes/default.rb b/cookbooks/prometheus/recipes/default.rb index 363a9aa55..975b04607 100644 --- a/cookbooks/prometheus/recipes/default.rb +++ b/cookbooks/prometheus/recipes/default.rb @@ -119,6 +119,7 @@ prometheus_exporter "node" do options %w[ --collector.textfile.directory=/var/lib/prometheus/node-exporter --collector.interrupts + --collector.interrupts.include-zeros=false --collector.processes --collector.rapl.enable-zone-label --collector.systemd -- 2.47.3