Skip to content

Commit

Permalink
prometheus: set GOMAXPROCS=1 per smokeping recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Jan 29, 2025
1 parent 8d0fb43 commit d6d65b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbooks/prometheus/recipes/smokeping.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

prometheus_exporter "smokeping" do
port 9374
environment "GOMAXPROCS" => "1"
options "--config.file=/etc/prometheus/exporters/smokeping.yml"
capability_bounding_set "CAP_NET_RAW"
ambient_capabilities "CAP_NET_RAW"
Expand Down

0 comments on commit d6d65b2

Please sign in to comment.