How would I add an item that resides in a nested bean using JMX?
Tomcat->GlobalRequestProcessor->"http-nio-80"->errorCount
My last try was:
jmx[Tomcat:type=GlobalRequestProcessor,name="http-nio-80","errorCount"]
Best,
-Iulian
Tomcat->GlobalRequestProcessor->"http-nio-80"->errorCount
My last try was:
jmx[Tomcat:type=GlobalRequestProcessor,name="http-nio-80","errorCount"]
Best,
-Iulian
Comment