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

Is there way define business hours per application for the UEM usage on Dynatrace SaaS?

rswarnka
Helper

Hello there, Need to know how UEM licensing works on Saas. And wanted to check if this is possible to define per application business hours for the UEM usage for Dynatrace SaaS?


5 REPLIES 5

Julius_Loman
DynaMight Legend
DynaMight Legend

User experience (DEM) licensing is best described here:

https://www.dynatrace.com/support/help/shortlink/m...

At the moment you can't define business hours for application. What do you want to achieve?


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Hi Julius, Thanks for the link. So it seems UEM is recognized as DEM in dtSaas.

The use case is that we are planning to cover multiple applications in enterprise. Some applications are used too frequently and the UEM/DEM for these is not desirable. So wanted to check if there's finer control on of enabling DEM only for specific applications for specific duration, to save on DEM licenses.


You can capture less than 100% of user session (it's an setting of the application entity in Dynatrace). This allows you to lower consumption of DEM units and still monitor the application and user experience.

Also you can do an opt-in/opt-out of DEM (see dtrum.enable(), dtrum.disable() ) - called from your application.


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Great, Julius! Is there a link how to perform opt-out setting? Thanks.


Sure, here:
https://www.dynatrace.com/support/help/shortlink/configure-rum-privacy#cookie-opt-out-capability

Then you have to call the dtrum.enable() in your application to have the session monitored.

There are more options - also you can include or exclude IP addresses or ranges. This is, for example, suitable if your application has many sessions (users) but you still need to monitor it from end user perspective for particular locations.


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Featured Posts