23 Feb 2024 04:57 AM - last edited on 07 Mar 2024 09:05 AM by Michal_Gebacki
I want get the trace related to a request from mobile to the Backend services, but right now I couldn't find a way to do it.
The web request from mobile doesn't show a link to the trace nor does it shows a trace Id.
If you do, could you point me at which page can I see it?
Thanks
23 Feb 2024 08:17 AM
Hi @jayZip
I don't quite understand your question.
Do you want to monitor the mobile app? Or to track the request coming from mobile devices?
Transactions originating from the mobile app should be caught automatically if you have an orchestrated backend. Look for requests originating from the mobile app in Multidimentional Analysis.
Radek
23 Feb 2024 10:17 AM - edited 23 Feb 2024 11:30 AM
Hi @radek_jasinski, thanks for your quick reply. What I mean is that:
Given
1. We have got the mobile app monitored by dynatrace sdk and we can see the traffic under Mobile -> the app -> provider, with all the data under web requests tab and errors.
2. mobile and backend services are linked by traceId
When we want to debug an error, we can access the user session under the error page and see session details. And because they are linked by trace_id, we are kind of expecting a traceId on the page or a link that would bring us to the distributed trace with all backend services included. Or anything that achieve the same goal will also be fine.
This will make our life a bit easier with the linking
07 Mar 2024 09:33 AM
Hi!
how are the backend services monitored? Currently it only works if the backend service is monitored by a OneAgent as the mobile agent adds an x-dynatrace mobile tag to webrequest that can be linked to service calls. OpenTelemetry approach with traceid is not (yet) supported.
27 Feb 2024 12:18 AM
have you got any update on the answer?