JMX MBean Property Doesn't Work w/n bundle.propertis in jmx-weblogic-xt1-2022.3.0.38 directory
Followed the guide as below:
Still not working - not getting JMX Metrics
Weblogic 14
APM 10.8 Java Agent (2022.3.0.38)
Misconfiguration- JMX Naming
Engineering has found the jmx naming for Weblogic :
https://docs.oracle.com/cd/E24329_01/web.1211/e24415/understandwls.htm#JMXCU123
com.bea:Name=name,Type=type[,TypeOfParentMBean=NameOfParentMBean]
introscope.agent.remotejmx.system.s1.mbeanPatternsWhiteList=com.bea:Name=TestWeblogicJMX,Type=TestWeblogicJMX,*
Worked
introscope.agent.remotejmx.system.s1.mbeanPatternsWhiteList=com.bea:Name=TestWeblogicJMX,*;com.bea:Name=Weblogic,*
Worked