We are currently using corebinding = 95 for the Prometheus server in user-mode. That assumes CPUs with relatively large core counts and will fail in machines with fewer cores.
We can change it to use a different core, but it may be better to simply comment out corebinding by default (as we are doing with the exporter).
We are currently using
corebinding = 95
for the Prometheus server in user-mode. That assumes CPUs with relatively large core counts and will fail in machines with fewer cores.We can change it to use a different core, but it may be better to simply comment out corebinding by default (as we are doing with the exporter).