28 Mar 2025 09:28 AM
Hi team, I want to setup the alert for apdex rating if apdex rating is red that is below 0.5 then i need an alert to be created and send to the app team via mail help me
Solved! Go to Solution.
28 Mar 2025 09:49 AM
Hi @Adi_10 ,
You can create a metric event with query definition type "Metric Selector" and a metric like this:
builtin:apps.web.apdex.userType:filter(and(or(in("dt.entity.application",entitySelector("type(application),entityName.equals(~"EasyTrade~")"))))):splitBy("dt.entity.application")
And define the threshold:
Then, you have to create an email integration to send alerts.
Hope it helps.
Regards,
Elena.
01 Apr 2025 09:41 AM - edited 01 Apr 2025 09:56 AM
THANK YOU FOR This,, @erh_inetum
I have created the metric event <0.5 for apdex now irrespective of MZ,
Now i want to add the event in the alerting profiles so it can be directly send my previous integration done email, service now pager duty.
How do i add the event metric is alerting profile so the alert will generated
01 Apr 2025 10:15 AM
Welcome @Adi_10 ,
You can create an alerting profile with a configuration like this:
Hope it helps.
Regards,
Elena.
01 Apr 2025 10:25 AM
Hello Adi,
After following Elena's advice to create the alerting profile you need to go to: Settings > Integration > Problem notifications
Then select Pagerduty and fill in your configuration.
Then at the bottom select the alerting profile that Elena told you to create.