Tomcat executes some events that are not associated with a URI or PurePath. Can Dynatrace capture the methods called by these events? For example, "org.apache.catalina.session.StandardSession.class.expire()"
Answer by Andreas G. ·
There are two options
a) you can define a custom entry point for this method so that dynatrace will capture this method execution by starting a new purepath
b) you can do a CPU Sampling where dynatrace will look at all threads and will also capture executions of this method even if it is not part of a purepath
andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET