Azure APIM | Analytics

Abhay Chandramouli 1,016 Reputation points
2024-07-19T09:23:57.6233333+00:00

Hi..
Can you please explain the meaning of this in the analytics section in Azure APIM

User's image

Please help me understand all 4 terms

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,060 questions
{count} votes

Accepted answer
  1. JananiRamesh-MSFT 26,151 Reputation points
    2024-07-19T11:22:33.59+00:00

    @Abhay Chandramouli Thanks for reaching out. there are two types of caching that APIM supports, response caching and value caching. Response cache caches responses returned by the backend from the forward-request policy. Value caching allows customer to store name-value pairs in the cache.

    Cache Hit/response cache hit: this metric shows how many times your API requests have been able to find the expected response in the internal cache for your APIM instance.

    Cache Miss/response cache Miss: this metric shows how many times your API requests did not find a response in the internal cache for your APIM instance.

    value cache hit count: this metric shows the number of times that APIM found a cached value for a request in the value cache.

    value cache miss count: this metric shows the number of times that APIM did not find a cached value for a request in the value cache.

    do let me know incase of further queries, I would be happy to assist you.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.