Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JVM metric process.runtime.jvm.available_processors #3473

Closed
trask opened this issue May 5, 2023 · 0 comments · Fixed by open-telemetry/semantic-conventions#52
Closed
Assignees
Labels
spec:metrics Related to the specification/metrics directory

Comments

@trask
Copy link
Member

trask commented May 5, 2023

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 emit process.cpu.count from the JVM anyways because of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec:metrics Related to the specification/metrics directory
Projects
2 participants