|
I have setup the jolokia for websphere, however not able to get any MBeans values except the basic ones as below:
"java.lang:type=Compilation",
"java.lang:name=JIT code cache,type=MemoryPool",
"java.lang:type=Memory",
"java.lang:name=MarkSweepCompact,type=GarbageCollector",
"java.lang:type=ClassLoading",
"java.lang:name=Java heap,type=MemoryPool",
"java.lang:type=OperatingSystem",
"java.lang:type=Threading",
"java.lang:type=Runtime",
"java.lang:name=class storage,type=MemoryPool",
"java.lang:name=Copy,type=GarbageCollector",
"java.lang:name=J9 non-heap manager,type=MemoryManager",
"java.lang:name=JIT data cache,type=MemoryPool",
"java.lang:name=miscellaneous non-heap storage,type=MemoryPool"
can someone please share telegraf config file if they have configured websphere with jolokia.
Thanks in advance!!
|