Open Nirzak opened 7 months ago
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 There is an example of how to use the JVMRuntimeMBean in the samples: https://github.com/oracle/weblogic-monitoring-exporter/blob/main/samples/configurations/jvm.yml Unfortunately, the other items you listed are not currently exposed. We will look into including these in a future release.
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 There is an example of how to use the JVMRuntimeMBean in the samples: https://github.com/oracle/weblogic-monitoring-exporter/blob/main/samples/configurations/jvm.yml Unfortunately, the other items you listed are not currently exposed. We will look into including these in a future release.
Ok thanks a lot.
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.