01 May 2017 04:16 PM - last edited on 08 Jul 2024 01:17 PM by GosiaMurawska
Hi,
our back-end Java app communicates with the clients (mobile apps on iOS and Android) over WebSocket protocol.
Would it be possible to get both PurePath and UEM in this case?
Or using ADK for instrumentation is the only way to go?
Thanks!
Solved! Go to Solution.
02 May 2017 08:33 AM - last edited on 14 Feb 2023 12:30 PM by MaciejNeumann
Hi Alex,
currently websockets are not supported by our mobile agents. You can however manually measure the timings.
Would you mind sharing which rameworks you are using for Android and iOS?
Best regards,
Dominik
03 Apr 2023 09:40 AM
Hi, could you elaborate more on how we can measure timings for websocket?
let say our framework is Android, is that all to monitor in websocket? (timings)
thanks
28 May 2024 01:55 PM
Hi, everybody!
Is there any news? And I'm interested in nodejs WebSocket connection, maybe something is comming?
28 May 2024 08:17 PM
In general websocket usage differs between various applications. Depending on your particular use case:
08 Jul 2024 02:28 PM
Currently the only option to report ws(s) is by manually instrumenting those request on mobile app side. This allows to report the clientside view of the request, but linking to service calls is currently not supported for non http(s) protocols:
https://docs.dynatrace.com/docs/shortlink/ios-oneagent-sdk#measure-non-http-requests
https://docs.dynatrace.com/docs/shortlink/oneagent-sdk-for-android#monitor-non-http-requests