Hi
we're using AppD 4.3.5.7 and I'm trying to configure Service Endpoints correctly. Until now, I only optimized detection rules for BTs, which in our case are exclusively WebService from the Java agent.
Lately I learned that to get the FULL metrics for my WebService, I should also configure Service Endpoint detection. Because if my WebService is called in the scope of some other BT, this service invocation will not show up in the BT statistics https://docs.appdynamics.com/display/PRO43/Service+Endpoints. Ok, makes sense
So I configure Service Endpoint detection, and it discovers my webservices automatically. This works nicely.
What I don't understand though are the metrics that are shown for the BTs and the Service Endpoints. I was expecting that if I have a webserice like "UserDirectory.findUser", that this would now appear in both dashboards. And that the number of calls in the Service Endpoint dashboard would always be at least the same (or higher) than the number of calls in the BT dashboard - because every invocation of my webservice would count as a service endpoinrt call, but only some as BT calls (those that are not in the context of a "broader" BT).
But this is not the case. Some webservices show (for the same time range, of course) MORE calls under BTs than under service endpoints. And some don't show up in the Service endpoint dashboard alltogehter, although they appear as BTs.
Did I understand something totally wrong? Or is there a logical explanation for what I'm seeing?
CU, Joe
... View more