cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Azure file share for real User Experience Monitoring

Aaronhuang
Observer

We have migrated on-premises file servers to AFS, May i know how to setup the real user experience monitoring in Azure storage account? 

2 REPLIES 2

Aaronhuang
Observer

anyone can help on this or share the experience, thanks

 

Romanenkov_Al3x
DynaMight Champion
DynaMight Champion

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.

Romanenkov_Al3x_0-1702623469787.png 

Romanenkov_Al3x_4-1702624621112.png

Romanenkov_Al3x_2-1702624188207.png

 

 

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

 

 

DT_NGINX_FORCE_UNKNOWN_VERSION_INSTRUMENTATION=1

Featured Posts