API Gateway | Monitor Service Performance
We are exploring the possibility of utilizing API Gateway to send alerts (emails and gateway transactions) whenever performance conditions are violated. In our research, we have identified the “Monitor Service Performance” policy, which almost meets our requirements.
The key configuration we are interested in is the Fault Count, which indicates the number of faults returned within the current interval. However, the challenge we are facing is that the API Gateway considers HTTP status codes greater than or equal to 400 as fault request transactions, but our service implementation does not consider a 404 status code as an error.
Is there a way to exclude the 404 status code from triggering the “Monitor Service Performance” policy? This would allow us to set up the alert system without generating unnecessary notifications for 404 responses, which are not considered errors in our service implementation.
#API-Management#API-Gateway#webMethods