02 Jul 2024 10:40 AM - last edited on 08 Jul 2024 08:13 AM by MaciejNeumann
Hello—Our CPQ SaaS application is integrated with Dynatrace via agentless RUM with a JS tag injection. I am able to fetch user details like action performed and duration for each event taken.
I would like set an alert if incase and event breaches the defined SLA for example, below is an event log performed for "Save" action and its shows the duration as "3.1 s", if its crossed the limit of "5.0" an alert send to users. Please let me know how this can be achieved.
Solved! Go to Solution.
02 Jul 2024 10:54 AM - edited 02 Jul 2024 10:54 AM
Hi
mark the user action as “key user action” and set thresholds for it
Regards
02 Jul 2024 12:26 PM
reference doc for @Esam_Eid recomendation
05 Jul 2024 08:49 AM
Thank you for the guidance. I am able to see how to make an action a key user action through the provided link. What should I do next to trigger an email alert if this particular key action exceeds the SLA? I am not seeing an option set those alerts and option to mention email?