20 Jan 2019 01:11 AM
Hi!
We are monitoring the backend of our mobileapp, its a bunch of tomcats with an spring framework. We are noting that pars of the app (the one that the mobile call's like the initial dashboard) shows up right, from the android mobile to the backend. But the calls that such dashboards/pages do to another tiers shows up like a background activity with call name " * ".
Did anyone had this kind of "setup" or "problem".
20 Jan 2019 07:56 AM
If Dynatrace didn’t detect services by it’s own, you can always create custom service:
Sometime it’s happen when traffic on some of the endpoints is to low for example.
Sebastian
20 Jan 2019 09:01 AM
Thanks @sebastian k. for the info, actually both service the "front dashboard" that is "served" to the mobile and the background activity have at least 3k/min request. So it's not an actual problem of low request.
We did try the path of creating a custom service (We created a bunch of them trying different methods) . But the problem is not that those service are not detected, but that calls from one to another don't even correlate to create a purepath that start from one and ends to another.
Right now im really interested to see how to actual force a "correlation" between both services, if es even possible.
20 Jan 2019 09:34 AM
The main question is how this connection handled between your services? What kind of technology. Maybe there is the problem. If there are regular WebRequests or WebServices, question is if there is anything that can break dynatrace x-dynatrace header? For example Netflix Zuul, that likes to copy dynatrace headers. In such cases correlation is impossible.
Sebastian