As part of the v10.0.10 release, API Connect Analytics introduces four new charts within the analytics dashboard and reports. These charts are designed to give users and organizations better visibility into how their APIs are performing across key areas such as traffic, caching, and reliability.
Let’s take a look at each of these charts one by one.
API cache hit rate over time
This chart is now available in the API dashboard which helps you to understand how often your API responses are being served from the gateway cache, a key factor in improving performance and reducing load on backend systems.
To support this, we have introduced a new attribute called cached_response. This is a boolean value automatically set by the gateway. If a response is served from the cache, cached_response will be true.