You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
java.lang:name=CodeHeap 'non-nmethods',type=MemoryPool
java.lang:name=CodeHeap 'non-profiled nmethods',type=MemoryPool
java.lang:name=CodeHeap 'profiled nmethods',type=MemoryPool
java.lang:name=Compressed Class Space,type=MemoryPool
java.lang:name=G1 Eden Space,type=MemoryPool
java.lang:name=G1 Old Gen,type=MemoryPool
java.lang:name=G1 Old Generation,type=GarbageCollector
java.lang:name=G1 Survivor Space,type=MemoryPool
java.lang:name=G1 Young Generation,type=GarbageCollector
java.lang:name=Metaspace Manager,type=MemoryManager
java.lang:name=Metaspace,type=MemoryPool
java.lang:type=ClassLoading
java.lang:type=Memory
java.lang:type=OperatingSystem
java.lang:type=Runtime
java.lang:type=Threading
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:
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: