14 Dec 2023 09:57 AM - last edited on 20 Dec 2023 12:57 PM by Michal_Gebacki
We have migrated on-premises file servers to AFS, May i know how to setup the real user experience monitoring in Azure storage account?
Solved! Go to Solution.
15 Dec 2023 03:10 AM
anyone can help on this or share the experience, thanks
15 Dec 2023 07:19 AM
Hello.
You can instrument application with OpenKit. Search "OpenKit" in documentation.
For different applications you need to use different OpenKit libs.
https://github.com/Dynatrace/openkit-js
From my experience I have instrumented Discord Bot "button" click with OpenKit.
For example you have application that stores files in "Azure storage account" and you can't easly inject JS agent (RUM agentless) You can easly create chunk of code that calls OpenKit to create session and action for example with https://github.com/Dynatrace/openkit-java/, if you are familiar with Java.
Very very simple example with file upload:
When user starts upload a file you call create session/create action(1)
When users successfully uploaded a file you call stop action(1).
In useraction duration you have measured time of file uploading
Regards,
Alex Romnanekov