prometheus_bigquery_remote_storage_adapter icon indicating copy to clipboard operation
prometheus_bigquery_remote_storage_adapter copied to clipboard

Automatically Set GOMAXPROCS

Open seanmalloy opened this issue 3 years ago • 0 comments

What happens?

When running in a Linux container GOMAXPROCS is not automatically set.

What were you expecting to happen?

This project would automatically set GOMAXPROCS when running in a Linux container(i.e. kubernetes).

Steps to reproduce:

N/A

Any errors, stacktrace, logs?

N/A

Environment:

Kubernetes

Additional comments:

Consider using this library to add this feature: https://github.com/uber-go/automaxprocs

seanmalloy avatar Dec 13 '22 21:12 seanmalloy