Answer by Andreas G. ·
Unfortunately this is not possible as we do not have the super class information on the PurePath. And - as you can only split on data that is on the PurePath this is not possible. The only thing you could do is to ask your devs to put in a dummy method call with a method arguemnt that contains the super class name. you can create a sensor for it, capture the argument and then split on this
Hi Andi, my goal is to capture the response time of a method(service call) under super class so I can track how long each type of service is taking. Unfortunately, the calling class for the actual method is same for all services only super class is unique. By adding dummy method call with method argument, I wont be able to capture the method(service) response time right? I feel like this is a common requirement which other companies might have run into, any idea how they dealt with this situation?
JANUARY 15, 3:00 PM GMT / 10:00 AM ET