we have service name "abc-service" and endpoints are http://a.com/abc-service/v1 and http://a.com/abc-service/v2 that we hit.
so my another applicaiton xyz is hitting only http://a.com/abc-service/v2 but appdynamics reporting call is going to both tiers abc-service and abc-service-v2 . why? it should show call to only abc-service-v2 tier .
two tiers:
1) abc-service-v2 i.e for v2 calls
2) abc-service i.e for v1 calls