From: Tom Hughes Date: Fri, 18 Sep 2020 21:35:12 +0000 (+0100) Subject: Enable process and interrupt collectors for the node exporter X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b7bd2d4b83bbfb1d835bef90e50ae451105e3b06 Enable process and interrupt collectors for the node exporter --- diff --git a/cookbooks/prometheus/recipes/default.rb b/cookbooks/prometheus/recipes/default.rb index f657b9990..a9a1db6a2 100644 --- a/cookbooks/prometheus/recipes/default.rb +++ b/cookbooks/prometheus/recipes/default.rb @@ -41,5 +41,5 @@ end prometheus_exporter "node" do port 9100 package_options "--no-install-recommends" - exporter_options "--collector.ntp" + exporter_options "--collector.ntp --collector.processes --collector.interrupts" end