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 (deprecated) |
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 (count) | The latency to the cache in microseconds Shown as microsecond |
azure.cache_redis.cache_miss_rate (rate) | The rate of failed key lookups Shown as miss |
azure.cache_redis.errors (count) | The number of errors in Azure Redis Cache Shown as error |
azure.cache_redis.used_memory_percentage (gauge) | The percentage of cache memory used for key/value pairs in the cache in bytes Shown as percent |