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

geolocation-based alarm

Osiris5654
Participant

Hi everyone,

Can i define a geolocation-based alarm according to apdex rating or visual complete time in an application?

Thanks,

1 REPLY 1

gopher
Mentor

Hi @Osiris5654 ,  I don't have one for DQL, but you could use some of the in built metrics to create an SLO / SLA using

something like: 

100 * ((builtin:apps.web.apdex.userType.geoBig:filter(and(or(in("dt.entity.geolocation",entitySelector("type(geolocation),entityName.equals(~"Australia~")"))))):splitBy("dt.entity.geolocation","dt.entity.application")))

you can also apply an entity selector for the application in the SLO to filter on a particular page.

gopher_2-1721866672048.png

from here you can generate SLO Alerts. 

gopher_1-1721865369698.png

hope this helps

Featured Posts