Closed sebhoss closed 3 months ago
We are deploying sql_exporter into kubernetes and are currently setting GOMAXPROCS manually. If this package would use https://github.com/uber-go/automaxprocs we could remove that env var and simply set resource limits on the deployment.
Good point, would you be able to open a PR for that addition?
yep created https://github.com/justwatchcom/sql_exporter/pull/138
Perfect, thank you!
We are deploying sql_exporter into kubernetes and are currently setting GOMAXPROCS manually. If this package would use https://github.com/uber-go/automaxprocs we could remove that env var and simply set resource limits on the deployment.