Azure Redis Cache is a managed data cache for your Azure applications.
Get metrics from Azure Redis Cache to:
If you haven’t already, set up the Microsoft Azure integration first. There are no other installation steps that need to be performed.
azure.cache_redis.cache_read (rate) | The amount of data read from the cache in bytes per second Shown as byte |
azure.cache_redis.cache_write (rate) | 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.status (gauge) | Status of Azure Redis Cache |
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 |
The Azure Redis Cache integration does not include any events.
The Azure Redis Cache integration does not include any service checks.
Need help? Contact Datadog support.
On this Page