-
Notifications
You must be signed in to change notification settings - Fork 798
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
#576 add SafepointExports #577
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: mr-git <[email protected]>
@brian-brazil, please review - my local |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested it on the IBM JVM? It's not the hotspot ones I'm worried about.
simpleclient_hotspot/src/main/java/io/prometheus/client/hotspot/SafepointExports.java
Outdated
Show resolved
Hide resolved
simpleclient_hotspot/src/main/java/io/prometheus/client/hotspot/SafepointExports.java
Outdated
Show resolved
Hide resolved
Signed-off-by: mr-git <[email protected]>
No, I haven't :( I found some links, that IBM is contributing to J9 and there is hotspot runtime mbean in place: |
Signed-off-by: mr-git <[email protected]>
Whatever is easiest to get your hands on. |
seems that the management API has been around since at least JDK 6 (http://srcrr.com/java/oracle/openjdk/6/reference/sun/management/HotspotRuntimeMBean-source.html)