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

Apdex rating alert

Adi_10
Guide

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

4 REPLIES 4

erh_inetum
Champion

Hi @Adi_10 ,

You can create a metric event with query definition type "Metric Selector" and a metric like this:

erh_inetum_0-1743154968401.png

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:

erh_inetum_1-1743155263243.png

Then, you have to create an email integration to send alerts.

Hope it helps.

Regards,

Elena.

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

Welcome @Adi_10 ,

You can create an alerting profile with a configuration like this:

erh_inetum_0-1743498882445.png

Hope it helps.

Regards,

Elena.

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.

Etienne1_0-1743499494822.png

 

 

Featured Posts