-
Notifications
You must be signed in to change notification settings - Fork 890
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
Consider additional JVM metrics from MicroProfile specification #3427
Comments
As we discussed this morning, here's my input on these:
|
we may need let's see about reporting |
Can we wait for a generic runtime uptime metric rather than introducing one that is JVM specific? |
some concern about should |
Based on discussion today we are leaning towards |
Are we also going to include the OS memory metrics available from JMX? |
No but I agree those are useful, I'll open an issue to discuss / track 👍 |
I think we can close this now, the remaining issues are tracked in #3490, open-telemetry/semantic-conventions#1038 and #3473 |
From https://download.eclipse.org/microprofile/microprofile-metrics-5.0.0/microprofile-metrics-spec-5.0.0.pdf:
jvm.uptime
(RuntimeMXBean#getUptime
)thread.max.count
(ThreadMXBean#getPeakThreadCount
)threadpool.*
cpu.availableProcessors
(OperatingSystemMXBean#getAvailableProcessors
)cpu.processCpuTime
(OperatingSystemMXBean#getProcessCpuTime
)The text was updated successfully, but these errors were encountered: