---
title: Azure Redis Cache
description: Azure Redis Cache is a managed data cache for your Azure applications
breadcrumbs: Docs > Integrations > Azure Redis Cache
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Azure Redis Cache

{% callout %}
# Important note for users on the following Datadog sites: us2.ddog-gov.com

{% alert level="info" %}
To find out if this integration is available in your organization, see your [Datadog Integrations](https://app.datadoghq.com/integrations) page or ask your organization administrator.

To initiate an exception request to enable this integration for your organization, email [support@ddog-gov.com](mailto:support@ddog-gov.com).
{% /alert %}

{% /callout %}

## Overview{% #overview %}

Azure Redis Cache is a managed data cache for your Azure applications.

Get metrics from Azure Redis Cache to:

- Visualize the performance of your Redis Caches.
- Correlate the performance of your Redis Caches with your applications.

## Setup{% #setup %}

### Installation{% #installation %}

If you haven't already, set up the [Microsoft Azure integration first](https://docs.datadoghq.com/integrations/azure.md). There are no other installation steps that need to be performed.

## Data Collected{% #data-collected %}

### Metrics{% #metrics %}

|  |
|  |
| **azure.cache_redis.count**(gauge)                                                               | The count of all Azure Redis Cache resources.                                                                                                                                                              |
| **azure.cache_redis.cache_read**(gauge)                                                         | The amount of data read from the cache in bytes per second*Shown as byte*                                                                                                                                  |
| **azure.cache_redis.cache_write**(gauge)                                                        | The amount of data written to the cache in bytes per second*Shown as byte*                                                                                                                                 |
| **azure.cache_redis.cachehits**(count)                                                           | The number of successful key lookups*Shown as hit*                                                                                                                                                         |
| **azure.cache_redis.cachemisses**(count)                                                         | The number of failed key lookups*Shown as miss*                                                                                                                                                            |
| **azure.cache_redis.connectedclients**(count)                                                    | The number of client connections to the cache*Shown as connection*                                                                                                                                         |
| **azure.cache_redis.evictedkeys**(count)                                                         | The number of items evicted from the cache*Shown as key*                                                                                                                                                   |
| **azure.cache_redis.expiredkeys**(count)                                                         | The number of items expired from the cache*Shown as key*                                                                                                                                                   |
| **azure.cache_redis.getcommands**(count)                                                         | The number of get operations from the cache*Shown as get*                                                                                                                                                  |
| **azure.cache_redis.percent_processor_time**(gauge)                                            | The CPU utilization of the Azure Redis Cache server as a percentage*Shown as percent*                                                                                                                      |
| **azure.cache_redis.server_load**(gauge)                                                        | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages*Shown as percent*                                                                                  |
| **azure.cache_redis.setcommands**(count)                                                         | The number of set operations to the cache*Shown as set*                                                                                                                                                    |
| **azure.cache_redis.totalcommandsprocessed**(count)                                              | The total number of commands processed by the cache server*Shown as operation*                                                                                                                             |
| **azure.cache_redis.totalkeys**(count)                                                           | The total number of keys in the cache*Shown as key*                                                                                                                                                        |
| **azure.cache_redis.usedmemory**(gauge)                                                          | The amount of cache memory used for key/value pairs in the cache in bytes*Shown as byte*                                                                                                                   |
| **azure.cache_redis.usedmemory_rss**(gauge)                                                     | The amount of cache memory used in bytes during the specified reporting interval, including fragmentation and metadata*Shown as byte*                                                                      |
| **azure.cache_redis.cache_latency**(gauge)                                                      | The latency to the cache in microseconds*Shown as microsecond*                                                                                                                                             |
| **azure.cache_redis.cachemissrate**(gauge)                                                       | The rate of failed key lookups*Shown as percent*                                                                                                                                                           |
| **azure.cache_redis.errors**(count)                                                              | The number of errors in Azure Redis Cache*Shown as error*                                                                                                                                                  |
| **azure.cache_redis.usedmemorypercentage**(gauge)                                                | The percentage of cache memory used for key/value pairs in the cache in bytes*Shown as percent*                                                                                                            |
| **azure.cache_redis.cpu_instance_based**(gauge)                                                | *Shown as percent*                                                                                                                                                                                         |
| **azure.cache_redis.gets_instance_based**(count)                                               | *Shown as get*                                                                                                                                                                                             |
| **azure.cache_redis.sets_instance_based**(count)                                               | *Shown as set*                                                                                                                                                                                             |
| **azure.cache_redis.operations_per_second**(gauge)                                             | *Shown as operation*                                                                                                                                                                                       |
| **azure.cache_redis.geo_replication_healthy**(count)                                           |
| **azure.cache_redis.cache_hits_instance_based**(count)                                        | *Shown as hit*                                                                                                                                                                                             |
| **azure.cache_redis.cache_read_instance_based**(gauge)                                        | *Shown as byte*                                                                                                                                                                                            |
| **azure.cache_redis.total_keys_instance_based**(count)                                        | *Shown as key*                                                                                                                                                                                             |
| **azure.cache_redis.cache_write_instance_based**(gauge)                                       | *Shown as byte*                                                                                                                                                                                            |
| **azure.cache_redis.server_load_instance_based**(gauge)                                       | *Shown as percent*                                                                                                                                                                                         |
| **azure.cache_redis.used_memory_instance_based**(gauge)                                       | *Shown as byte*                                                                                                                                                                                            |
| **azure.cache_redis.cache_misses_instance_based**(count)                                      | *Shown as miss*                                                                                                                                                                                            |
| **azure.cache_redis.evicted_keys_instance_based**(count)                                      | *Shown as key*                                                                                                                                                                                             |
| **azure.cache_redis.expired_keys_instance_based**(count)                                      | *Shown as key*                                                                                                                                                                                             |
| **azure.cache_redis.used_memory_rss_instance_based**(gauge)                                  | *Shown as byte*                                                                                                                                                                                            |
| **azure.cache_redis.total_operations_instance_based**(count)                                  | *Shown as operation*                                                                                                                                                                                       |
| **azure.cache_redis.connected_clients_instance_based**(count)                                 | *Shown as connection*                                                                                                                                                                                      |
| **azure.cache_redis.connections_created_per_second_instance_based**(gauge)                  | *Shown as connection*                                                                                                                                                                                      |
| **azure.cache_redis.connections_closed_per_second_instance_based**(gauge)                   | *Shown as connection*                                                                                                                                                                                      |
| **azure.cache_redis.operations_per_second_instance_based**(gauge)                            | *Shown as operation*                                                                                                                                                                                       |
| **azure.cache_redis.used_memory_percentage_instance_based**(gauge)                           | *Shown as percent*                                                                                                                                                                                         |
| **azure.cache_redis.geo_replication_data_sync_offset**(gauge)                                |
| **azure.cache_redis.geo_replication_connectivity_lag**(gauge)                                 |
| **azure.cache_redis.geo_replication_full_sync_event_started**(count)                        |
| **azure.cache_redis.geo_replication_full_sync_event_finished**(count)                       |
| **azure.cache_redis.cache_hits_shard_0**(count)                                               | Number of successful key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                      |
| **azure.cache_redis.cache_hits_shard_1**(count)                                               | Number of successful key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                      |
| **azure.cache_redis.cache_hits_shard_2**(count)                                               | Number of successful key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                      |
| **azure.cache_redis.cache_hits_shard_3**(count)                                               | Number of successful key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                      |
| **azure.cache_redis.cache_hits_shard_4**(count)                                               | Number of successful key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                      |
| **azure.cache_redis.cache_hits_shard_5**(count)                                               | Number of successful key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                      |
| **azure.cache_redis.cache_hits_shard_6**(count)                                               | Number of successful key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                      |
| **azure.cache_redis.cache_hits_shard_7**(count)                                               | Number of successful key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                      |
| **azure.cache_redis.cache_hits_shard_8**(count)                                               | Number of successful key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                      |
| **azure.cache_redis.cache_hits_shard_9**(count)                                               | Number of successful key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                      |
| **azure.cache_redis.cache_misses_shard_0**(count)                                             | Number of failed key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                          |
| **azure.cache_redis.cache_misses_shard_1**(count)                                             | Number of failed key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                          |
| **azure.cache_redis.cache_misses_shard_2**(count)                                             | Number of failed key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                          |
| **azure.cache_redis.cache_misses_shard_3**(count)                                             | Number of failed key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                          |
| **azure.cache_redis.cache_misses_shard_4**(count)                                             | Number of failed key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                          |
| **azure.cache_redis.cache_misses_shard_5**(count)                                             | Number of failed key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                          |
| **azure.cache_redis.cache_misses_shard_6**(count)                                             | Number of failed key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                          |
| **azure.cache_redis.cache_misses_shard_7**(count)                                             | Number of failed key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                          |
| **azure.cache_redis.cache_misses_shard_8**(count)                                             | Number of failed key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                          |
| **azure.cache_redis.cache_misses_shard_9**(count)                                             | Number of failed key lookups. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                          |
| **azure.cache_redis.cache_read_shard_0**(gauge)                                               | Amount of data read from the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                 |
| **azure.cache_redis.cache_read_shard_1**(gauge)                                               | Amount of data read from the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                 |
| **azure.cache_redis.cache_read_shard_2**(gauge)                                               | Amount of data read from the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                 |
| **azure.cache_redis.cache_read_shard_3**(gauge)                                               | Amount of data read from the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                 |
| **azure.cache_redis.cache_read_shard_4**(gauge)                                               | Amount of data read from the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                 |
| **azure.cache_redis.cache_read_shard_5**(gauge)                                               | Amount of data read from the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                 |
| **azure.cache_redis.cache_read_shard_6**(gauge)                                               | Amount of data read from the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                 |
| **azure.cache_redis.cache_read_shard_7**(gauge)                                               | Amount of data read from the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                 |
| **azure.cache_redis.cache_read_shard_8**(gauge)                                               | Amount of data read from the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                 |
| **azure.cache_redis.cache_read_shard_9**(gauge)                                               | Amount of data read from the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                 |
| **azure.cache_redis.cache_write_shard_0**(gauge)                                              | Amount of data written to the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                |
| **azure.cache_redis.cache_write_shard_1**(gauge)                                              | Amount of data written to the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                |
| **azure.cache_redis.cache_write_shard_2**(gauge)                                              | Amount of data written to the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                |
| **azure.cache_redis.cache_write_shard_3**(gauge)                                              | Amount of data written to the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                |
| **azure.cache_redis.cache_write_shard_4**(gauge)                                              | Amount of data written to the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                |
| **azure.cache_redis.cache_write_shard_5**(gauge)                                              | Amount of data written to the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                |
| **azure.cache_redis.cache_write_shard_6**(gauge)                                              | Amount of data written to the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                |
| **azure.cache_redis.cache_write_shard_7**(gauge)                                              | Amount of data written to the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                |
| **azure.cache_redis.cache_write_shard_8**(gauge)                                              | Amount of data written to the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                |
| **azure.cache_redis.cache_write_shard_9**(gauge)                                              | Amount of data written to the cache in bytes per second. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                                |
| **azure.cache_redis.connected_clients_shard_0**(gauge)                                        | Number of client connections to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                             |
| **azure.cache_redis.connected_clients_shard_1**(gauge)                                        | Number of client connections to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                             |
| **azure.cache_redis.connected_clients_shard_2**(gauge)                                        | Number of client connections to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                             |
| **azure.cache_redis.connected_clients_shard_3**(gauge)                                        | Number of client connections to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                             |
| **azure.cache_redis.connected_clients_shard_4**(gauge)                                        | Number of client connections to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                             |
| **azure.cache_redis.connected_clients_shard_5**(gauge)                                        | Number of client connections to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                             |
| **azure.cache_redis.connected_clients_shard_6**(gauge)                                        | Number of client connections to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                             |
| **azure.cache_redis.connected_clients_shard_7**(gauge)                                        | Number of client connections to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                             |
| **azure.cache_redis.connected_clients_shard_8**(gauge)                                        | Number of client connections to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                             |
| **azure.cache_redis.connected_clients_shard_9**(gauge)                                        | Number of client connections to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                             |
| **azure.cache_redis.connected_clients_using_microsoft_entra_token_instance_based**(gauge) | Number of client connections to the cache using microsoft entra token. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                 |
| **azure.cache_redis.evicted_keys_shard_0**(count)                                             | Number of items evicted from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.evicted_keys_shard_1**(count)                                             | Number of items evicted from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.evicted_keys_shard_2**(count)                                             | Number of items evicted from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.evicted_keys_shard_3**(count)                                             | Number of items evicted from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.evicted_keys_shard_4**(count)                                             | Number of items evicted from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.evicted_keys_shard_5**(count)                                             | Number of items evicted from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.evicted_keys_shard_6**(count)                                             | Number of items evicted from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.evicted_keys_shard_7**(count)                                             | Number of items evicted from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.evicted_keys_shard_8**(count)                                             | Number of items evicted from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.evicted_keys_shard_9**(count)                                             | Number of items evicted from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.expired_keys_shard_0**(count)                                             | Number of items expired from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.expired_keys_shard_1**(count)                                             | Number of items expired from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.expired_keys_shard_2**(count)                                             | Number of items expired from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.expired_keys_shard_3**(count)                                             | Number of items expired from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.expired_keys_shard_4**(count)                                             | Number of items expired from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.expired_keys_shard_5**(count)                                             | Number of items expired from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.expired_keys_shard_6**(count)                                             | Number of items expired from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.expired_keys_shard_7**(count)                                             | Number of items expired from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.expired_keys_shard_8**(count)                                             | Number of items expired from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.expired_keys_shard_9**(count)                                             | Number of items expired from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                |
| **azure.cache_redis.gets_shard_0**(count)                                                      | Number of get operations from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                               |
| **azure.cache_redis.gets_shard_1**(count)                                                      | Number of get operations from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                               |
| **azure.cache_redis.gets_shard_2**(count)                                                      | Number of get operations from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                               |
| **azure.cache_redis.gets_shard_3**(count)                                                      | Number of get operations from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                               |
| **azure.cache_redis.gets_shard_4**(count)                                                      | Number of get operations from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                               |
| **azure.cache_redis.gets_shard_5**(count)                                                      | Number of get operations from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                               |
| **azure.cache_redis.gets_shard_6**(count)                                                      | Number of get operations from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                               |
| **azure.cache_redis.gets_shard_7**(count)                                                      | Number of get operations from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                               |
| **azure.cache_redis.gets_shard_8**(count)                                                      | Number of get operations from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                               |
| **azure.cache_redis.gets_shard_9**(count)                                                      | Number of get operations from the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                               |
| **azure.cache_redis.th_percentile_latency**(gauge)                                             | Measures the worst-case (99th percentile) latency of server-side commands in microseconds. Measured by issuing PING commands from the load balancer to the redis server and tracking the time to respond.  |
| **azure.cache_redis.operations_per_second_shard_0**(gauge)                                   | Number of instantaneous operations per second executed on the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                   |
| **azure.cache_redis.operations_per_second_shard_1**(gauge)                                   | Number of instantaneous operations per second executed on the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                   |
| **azure.cache_redis.operations_per_second_shard_2**(gauge)                                   | Number of instantaneous operations per second executed on the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                   |
| **azure.cache_redis.operations_per_second_shard_3**(gauge)                                   | Number of instantaneous operations per second executed on the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                   |
| **azure.cache_redis.operations_per_second_shard_4**(gauge)                                   | Number of instantaneous operations per second executed on the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                   |
| **azure.cache_redis.operations_per_second_shard_5**(gauge)                                   | Number of instantaneous operations per second executed on the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                   |
| **azure.cache_redis.operations_per_second_shard_6**(gauge)                                   | Number of instantaneous operations per second executed on the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                   |
| **azure.cache_redis.operations_per_second_shard_7**(gauge)                                   | Number of instantaneous operations per second executed on the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                   |
| **azure.cache_redis.operations_per_second_shard_8**(gauge)                                   | Number of instantaneous operations per second executed on the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                   |
| **azure.cache_redis.operations_per_second_shard_9**(gauge)                                   | Number of instantaneous operations per second executed on the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                   |
| **azure.cache_redis.cpu_shard_0**(gauge)                                                       | CPU utilization of the azure redis cache server as a percentage. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent*                                     |
| **azure.cache_redis.cpu_shard_1**(gauge)                                                       | CPU utilization of the azure redis cache server as a percentage. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent*                                     |
| **azure.cache_redis.cpu_shard_2**(gauge)                                                       | CPU utilization of the azure redis cache server as a percentage. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent*                                     |
| **azure.cache_redis.cpu_shard_3**(gauge)                                                       | CPU utilization of the azure redis cache server as a percentage. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent*                                     |
| **azure.cache_redis.cpu_shard_4**(gauge)                                                       | CPU utilization of the azure redis cache server as a percentage. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent*                                     |
| **azure.cache_redis.cpu_shard_5**(gauge)                                                       | CPU utilization of the azure redis cache server as a percentage. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent*                                     |
| **azure.cache_redis.cpu_shard_6**(gauge)                                                       | CPU utilization of the azure redis cache server as a percentage. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent*                                     |
| **azure.cache_redis.cpu_shard_7**(gauge)                                                       | CPU utilization of the azure redis cache server as a percentage. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent*                                     |
| **azure.cache_redis.cpu_shard_8**(gauge)                                                       | CPU utilization of the azure redis cache server as a percentage. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent*                                     |
| **azure.cache_redis.cpu_shard_9**(gauge)                                                       | CPU utilization of the azure redis cache server as a percentage. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent*                                     |
| **azure.cache_redis.server_load_shard_0**(gauge)                                              | Percentage of cycles in which the redis server is busy processing and not waiting idle for messages. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent* |
| **azure.cache_redis.server_load_shard_1**(gauge)                                              | Percentage of cycles in which the redis server is busy processing and not waiting idle for messages. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent* |
| **azure.cache_redis.server_load_shard_2**(gauge)                                              | Percentage of cycles in which the redis server is busy processing and not waiting idle for messages. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent* |
| **azure.cache_redis.server_load_shard_3**(gauge)                                              | Percentage of cycles in which the redis server is busy processing and not waiting idle for messages. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent* |
| **azure.cache_redis.server_load_shard_4**(gauge)                                              | Percentage of cycles in which the redis server is busy processing and not waiting idle for messages. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent* |
| **azure.cache_redis.server_load_shard_5**(gauge)                                              | Percentage of cycles in which the redis server is busy processing and not waiting idle for messages. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent* |
| **azure.cache_redis.server_load_shard_6**(gauge)                                              | Percentage of cycles in which the redis server is busy processing and not waiting idle for messages. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent* |
| **azure.cache_redis.server_load_shard_7**(gauge)                                              | Percentage of cycles in which the redis server is busy processing and not waiting idle for messages. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent* |
| **azure.cache_redis.server_load_shard_8**(gauge)                                              | Percentage of cycles in which the redis server is busy processing and not waiting idle for messages. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent* |
| **azure.cache_redis.server_load_shard_9**(gauge)                                              | Percentage of cycles in which the redis server is busy processing and not waiting idle for messages. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as percent* |
| **azure.cache_redis.sets_shard_0**(count)                                                      | Number of set operations to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                 |
| **azure.cache_redis.sets_shard_1**(count)                                                      | Number of set operations to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                 |
| **azure.cache_redis.sets_shard_2**(count)                                                      | Number of set operations to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                 |
| **azure.cache_redis.sets_shard_3**(count)                                                      | Number of set operations to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                 |
| **azure.cache_redis.sets_shard_4**(count)                                                      | Number of set operations to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                 |
| **azure.cache_redis.sets_shard_5**(count)                                                      | Number of set operations to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                 |
| **azure.cache_redis.sets_shard_6**(count)                                                      | Number of set operations to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                 |
| **azure.cache_redis.sets_shard_7**(count)                                                      | Number of set operations to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                 |
| **azure.cache_redis.sets_shard_8**(count)                                                      | Number of set operations to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                 |
| **azure.cache_redis.sets_shard_9**(count)                                                      | Number of set operations to the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                 |
| **azure.cache_redis.total_operations_shard_0**(count)                                         | Total number of commands processed by the cache server. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                |
| **azure.cache_redis.total_operations_shard_1**(count)                                         | Total number of commands processed by the cache server. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                |
| **azure.cache_redis.total_operations_shard_2**(count)                                         | Total number of commands processed by the cache server. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                |
| **azure.cache_redis.total_operations_shard_3**(count)                                         | Total number of commands processed by the cache server. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                |
| **azure.cache_redis.total_operations_shard_4**(count)                                         | Total number of commands processed by the cache server. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                |
| **azure.cache_redis.total_operations_shard_5**(count)                                         | Total number of commands processed by the cache server. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                |
| **azure.cache_redis.total_operations_shard_6**(count)                                         | Total number of commands processed by the cache server. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                |
| **azure.cache_redis.total_operations_shard_7**(count)                                         | Total number of commands processed by the cache server. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                |
| **azure.cache_redis.total_operations_shard_8**(count)                                         | Total number of commands processed by the cache server. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                |
| **azure.cache_redis.total_operations_shard_9**(count)                                         | Total number of commands processed by the cache server. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                |
| **azure.cache_redis.total_keys_shard_0**(gauge)                                               | Total number of items in the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                    |
| **azure.cache_redis.total_keys_shard_1**(gauge)                                               | Total number of items in the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                    |
| **azure.cache_redis.total_keys_shard_2**(gauge)                                               | Total number of items in the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                    |
| **azure.cache_redis.total_keys_shard_3**(gauge)                                               | Total number of items in the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                    |
| **azure.cache_redis.total_keys_shard_4**(gauge)                                               | Total number of items in the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                    |
| **azure.cache_redis.total_keys_shard_5**(gauge)                                               | Total number of items in the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                    |
| **azure.cache_redis.total_keys_shard_6**(gauge)                                               | Total number of items in the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                    |
| **azure.cache_redis.total_keys_shard_7**(gauge)                                               | Total number of items in the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                    |
| **azure.cache_redis.total_keys_shard_8**(gauge)                                               | Total number of items in the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                    |
| **azure.cache_redis.total_keys_shard_9**(gauge)                                               | Total number of items in the cache. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).                                                                                    |
| **azure.cache_redis.used_memory_shard_0**(gauge)                                              | Amount of cache memory used for key/value pairs in the cache in MB. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                     |
| **azure.cache_redis.used_memory_shard_1**(gauge)                                              | Amount of cache memory used for key/value pairs in the cache in MB. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                     |
| **azure.cache_redis.used_memory_shard_2**(gauge)                                              | Amount of cache memory used for key/value pairs in the cache in MB. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                     |
| **azure.cache_redis.used_memory_shard_3**(gauge)                                              | Amount of cache memory used for key/value pairs in the cache in MB. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                     |
| **azure.cache_redis.used_memory_shard_4**(gauge)                                              | Amount of cache memory used for key/value pairs in the cache in MB. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                     |
| **azure.cache_redis.used_memory_shard_5**(gauge)                                              | Amount of cache memory used for key/value pairs in the cache in MB. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                     |
| **azure.cache_redis.used_memory_shard_6**(gauge)                                              | Amount of cache memory used for key/value pairs in the cache in MB. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                     |
| **azure.cache_redis.used_memory_shard_7**(gauge)                                              | Amount of cache memory used for key/value pairs in the cache in MB. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                     |
| **azure.cache_redis.used_memory_shard_8**(gauge)                                              | Amount of cache memory used for key/value pairs in the cache in MB. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                     |
| **azure.cache_redis.used_memory_shard_9**(gauge)                                              | Amount of cache memory used for key/value pairs in the cache in MB. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                     |
| **azure.cache_redis.used_memory_rss_shard_0**(gauge)                                         | Amount of cache memory used in MB, including fragmentation and metadata. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                |
| **azure.cache_redis.used_memory_rss_shard_1**(gauge)                                         | Amount of cache memory used in MB, including fragmentation and metadata. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                |
| **azure.cache_redis.used_memory_rss_shard_2**(gauge)                                         | Amount of cache memory used in MB, including fragmentation and metadata. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                |
| **azure.cache_redis.used_memory_rss_shard_3**(gauge)                                         | Amount of cache memory used in MB, including fragmentation and metadata. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                |
| **azure.cache_redis.used_memory_rss_shard_4**(gauge)                                         | Amount of cache memory used in MB, including fragmentation and metadata. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                |
| **azure.cache_redis.used_memory_rss_shard_5**(gauge)                                         | Amount of cache memory used in MB, including fragmentation and metadata. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                |
| **azure.cache_redis.used_memory_rss_shard_6**(gauge)                                         | Amount of cache memory used in MB, including fragmentation and metadata. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                |
| **azure.cache_redis.used_memory_rss_shard_7**(gauge)                                         | Amount of cache memory used in MB, including fragmentation and metadata. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                |
| **azure.cache_redis.used_memory_rss_shard_8**(gauge)                                         | Amount of cache memory used in MB, including fragmentation and metadata. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                |
| **azure.cache_redis.used_memory_rss_shard_9**(gauge)                                         | Amount of cache memory used in MB, including fragmentation and metadata. For more details, see [https://aka.ms/redis/metrics](https://aka.ms/redis/metrics).*Shown as byte*                                |
| **azure.cache_redis.99th_percentile_latency**(gauge)                                           | Measures the worst-case (99th percentile) latency of server-side commands in microseconds. Measured by issuing PING commands from the load balancer to the redis server and tracking the time to respond.  |

### Events{% #events %}

The Azure Redis Cache integration does not include any events.

### Service Checks{% #service-checks %}

The Azure Redis Cache integration does not include any service checks.

## Troubleshooting{% #troubleshooting %}

Need help? Contact [Datadog support](https://docs.datadoghq.com/help/).
