Add JVM metric process.runtime.jvm.available_processors
#3473
Labels
spec:metrics
Related to the specification/metrics directory
Based on OperatingSystemMXBean.getAvailableProcessors().
Note: this would not conflict with a future
process.cpu.count
(#3200), because the JVM only exposes this as a whole number (i.e. no millicores), and we wouldn't be able to emitprocess.cpu.count
from the JVM anyways because of this.The text was updated successfully, but these errors were encountered: