09 Nov 2022 03:46 AM - last edited on 09 Nov 2022 08:05 AM by Radoslaw_Szulgo
We have requirement to create health rule/problem notification for metric such as response time and transaction count with static thershold values.
For example, if transaction URL or webservice request is 'application_name/submit/clientname'
how we can we create alert? when the response time breaches above 3000ms for the above URL or transaction count breaches 10000/min.
Solved! Go to Solution.
09 Nov 2022 06:52 AM
for response time you have 2 methods: You can mark your request as Key request and after that put a threshold.
OR:
You should create a custom calculated metric for this URL for both Response time and transaction count (2 custom calculated metrics).
After that you should be able to create a custom event for alerting based on that metric with your thresholds.
BRs,