Hi, I've got a Java application that I want to monitor. I've added the API MonitorFactory.start("nameofmethod") and stop() to all methods. When I open the Jamon interface, I see different calls and not the ones I was expecting (the ones with the name of my methods). Am I missing some configuration?
Thank you for your fast response. The problem was the missing jar in the lib folder.
Hi, I'm trying to deploy the jamon war on my tomcat but I get the error java.lang.ClassNotFoundException: com.jamonapi.distributed.JamonServletContextListener. What am I missing?