We have a requirement like below.
1) create a warning threshold like 100 per minute and if it exceeds an email notification needs to be sent and proxy should continue accepting requests.
2) Create another threshold 200 per minute and if it exceeds the request needs to get an error
The second on can be achieved using spike arrest policy. How will I implement the 1st one mentioned above?
I cant see alerts since we are using Apigee onprem