elijah / chef-prometheus

Chef cookbook for Prometheus. The open source service monitoring system and time-series database.
Apache License 2.0
52 stars 93 forks source link

GOMAXPROCS environment variable #3

Closed tuahk closed 9 years ago

tuahk commented 9 years ago

Adding possibility to set GOMAXPROCS environment variable so that Prometheus could use multiple threads.

rayrod2030 commented 9 years ago

Added GOMAXPROCS for runit init with 410e4c5fb4523e0439a9ccfacf8fc058993a49b2

Will need to remember to use for other init styles once they are added.