13 Feb 2020 10:49 PM - last edited on 17 May 2021 11:59 AM by MaciejNeumann
Is there a way to alert when transaction's response time is abnormally faster, for web application a faster response time is a good indicator, however looking at the response time of our payment app (not web app) abnormal fast response time indicates an issue needs attention.
I was suggested to use Custom metrics events, however different services will need different thresholds within the same app.
Solved! Go to Solution.
13 Feb 2020 10:59 PM
I don’t think there is any other option. What I can suggest is try to create dedicated metric for each service and setup thresholds. It may cos some work but I don’t think there is any other option right now.
sebastian
14 Feb 2020 01:18 AM
Thanks, I'm hoping that this is something others might find missing and maybe it will turn into RFE
19 Feb 2020 07:41 AM
Why not use the custom event for alerting feature to simply define a threshold for response time 'below' x ms for a selected service key request or web application key user actions.
Best greetings,
Wolfgang
19 Feb 2020 06:57 PM
Yes this is an option, however different times of day will have different response time, so auto alert on an anomaly (positive or negative) would be ideal. Also we have multiple services within our app, I have started going down the path of custom events.