-
Notifications
You must be signed in to change notification settings - Fork 81
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
Include Support for JVM memory pool metrics #419
Comments
JVMRuntimeMBean is a WebLogic Server runtime metrics bean, so it should be available to the exporter. https://docs.oracle.com/middleware/1212/wls/WLMBR/core/index.html. I will try to verify. |
Unfortunately, all WLS exposes from the JVM is documented here: https://docs.oracle.com/en/middleware/standalone/weblogic-server/14.1.1.0/wlapi/weblogic/management/runtime/JVMRuntimeMBean.html |
Ok thanks a lot. |
@ddsharpe Is this fixed already or still open? |
The exporter is great and almost all useful metrics related to WebLogic are being exported. However, it will be great if we can export jvm memory pool related metrics using this exporter. I mean the following means
Typically jmx exporter can export them automatically. I hope WebLogic Monitoring Exporter will also include them in the future. Thanks.
The text was updated successfully, but these errors were encountered: