Summary tab



The summary tab lists several different indicators of how your APIs are performing.

A few key indicators include:

  1. Total requests received

  2. Total Errors - includes requests that return an error code. This will include client side errors like bad requests.

  3. Server Errors - includes request that resulted in a 500 Internal Server Error. These indicate errors in your server side code that should be handled.

  4. CPU percentage can give you a snapshot of how much system resources your APIs are consuming

  5. The Request and Response chart providesÂ