From 131354dc062427ff9af4801eccb9f86d6679efd5 Mon Sep 17 00:00:00 2001 From: kaaaaaaang Date: Fri, 18 Oct 2024 21:28:25 +0800 Subject: [PATCH] disable --collector.interrupts --- embed/templates/scripts/run_node_exporter.sh.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/embed/templates/scripts/run_node_exporter.sh.tpl b/embed/templates/scripts/run_node_exporter.sh.tpl index 9634eed2bc..5308415e95 100644 --- a/embed/templates/scripts/run_node_exporter.sh.tpl +++ b/embed/templates/scripts/run_node_exporter.sh.tpl @@ -24,7 +24,6 @@ exec $EXPORTER_BIN \ --collector.systemd \ --collector.mountstats \ --collector.meminfo_numa \ - --collector.interrupts \ --collector.buddyinfo \ --collector.vmstat.fields="^.*" \ --log.level="info"