Azure Cache for Redis is based on the popular software Redis. It is typically used as a cache to improve the performance and scalability of systems that rely heavily on back-end data stores. Performance is improved by temporarily copying frequently accessed data to fast storage located close to the application. This fast storage is located in-memory with Azure Cache for Redis instead of being loaded from disk by a database.
Use the Azure public cloud integration to discover and collect metrics against the Azure service.
External reference
Setup
To set up the Azure integration and discover the Azure service, go to Azure Integration Discovery Profile and select Redis Cache.
Event support
- Supported
- Configurable in OpsRamp Azure Integration Discovery Profile.
Supported metrics
| OpsRamp Metric | Azure Metric | Metric Display Name | Unit | Aggregation Type | Description |
|---|---|---|---|---|---|
| azure_cache_redis_allcachehits | allcachehits | Cache Hits (Instance Based) | Count | Total | The number of successful key lookups |
| azure_cache_redis_allcachemisses | allcachemisses | Cache Misses (Instance Based) | Count | Total | The number of failed key lookups |
| azure_cache_redis_allcacheRead | allcacheRead | Cache Read (Instance Based) | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_allcacheWrite | allcacheWrite | Cache Write (Instance Based) | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_allconnectedclients | allconnectedclients | Connected Clients (Instance Based) | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_allConnectionsClosedPerSecond | allConnectionsClosedPerSecond | Connections Closed Per Second (Instance Based) | CountPerSecond | Average | The number of instantaneous connections closed per second on the cache via port 6379 or 6380 (SSL) |
| azure_cache_redis_allConnectionsCreatedPerSecond | allConnectionsCreatedPerSecond | Connections Created Per Second (Instance Based) | CountPerSecond | Average | The number of instantaneous connections created per second on the cache via port 6379 or 6380 (SSL) |
| azure_cache_redis_allevictedkeys | allevictedkeys | Evicted Keys (Instance Based) | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_allexpiredkeys | allexpiredkeys | Expired Keys (Instance Based) | Count | Total | The number of items expired from the cache |
| azure_cache_redis_allgetcommands | allgetcommands | Gets (Instance Based) | Count | Total | The number of get operations from the cache |
| azure_cache_redis_alloperationsPerSecond | alloperationsPerSecond | Operations Per Second (Instance Based) | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_allpercentprocessortime | allpercentprocessortime | CPU (Instance Based) | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_allserverLoad | allserverLoad | Server Load (Instance Based) | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_allsetcommands | allsetcommands | Sets (Instance Based) | Count | Total | The number of set operations to the cache |
| azure_cache_redis_alltotalcommandsprocessed | alltotalcommandsprocessed | Total Operations (Instance Based) | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_alltotalkeys | alltotalkeys | Total Keys (Instance Based) | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_allusedmemory | allusedmemory | Used Memory (Instance Based) | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_allusedmemorypercentage | allusedmemorypercentage | Used Memory Percentage (Instance Based) | Percent | Maximum | The percentage of cache memory used for key/value pairs |
| azure_cache_redis_allusedmemoryRss | allusedmemoryRss | Used Memory RSS (Instance Based) | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |
| azure_cache_redis_cachehits | cachehits | Cache Hits | Count | Total | The number of successful key lookups |
| azure_cache_redis_cachehits0 | cachehits0 | Cache Hits (Shard 0) | Count | Total | The number of successful key lookups |
| azure_cache_redis_cachehits1 | cachehits1 | Cache Hits (Shard 1) | Count | Total | The number of successful key lookups |
| azure_cache_redis_cachehits2 | cachehits2 | Cache Hits (Shard 2) | Count | Total | The number of successful key lookups |
| azure_cache_redis_cachehits3 | cachehits3 | Cache Hits (Shard 3) | Count | Total | The number of successful key lookups |
| azure_cache_redis_cachehits4 | cachehits4 | Cache Hits (Shard 4) | Count | Total | The number of successful key lookups |
| azure_cache_redis_cacheLatency | cacheLatency | Cache Latency Microseconds | Count | Average | The latency to the cache in microseconds |
| azure_cache_redis_cachemisses | cachemisses | Cache Misses | Count | Total | The number of failed key lookups |
| azure_cache_redis_cachemisses0 | cachemisses0 | Cache Misses (Shard 0) | Count | Total | The number of failed key lookups |
| azure_cache_redis_cachemisses1 | cachemisses1 | Cache Misses (Shard 1) | Count | Total | The number of failed key lookups |
| azure_cache_redis_cachemisses2 | cachemisses2 | Cache Misses (Shard 2) | Count | Total | The number of failed key lookups |
| azure_cache_redis_cachemisses3 | cachemisses3 | Cache Misses (Shard 3) | Count | Total | The number of failed key lookups |
| azure_cache_redis_cachemisses4 | cachemisses4 | Cache Misses (Shard 4) | Count | Total | The number of failed key lookups |
| azure_cache_redis_cachemissrate | cachemissrate | Cache Miss Rate | Percent | Total | The % of get requests that miss |
| azure_cache_redis_cacheRead | cacheRead | Cache Read | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_cacheRead0 | cacheRead0 | Cache Read (Shard 0) | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_cacheRead1 | cacheRead1 | Cache Read (Shard 1) | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_cacheRead2 | cacheRead2 | Cache Read (Shard 2) | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_cacheRead3 | cacheRead3 | Cache Read (Shard 3) | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_cacheRead4 | cacheRead4 | Cache Read (Shard 4) | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_cacheWrite | cacheWrite | Cache Write | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_cacheWrite0 | cacheWrite0 | Cache Write (Shard 0) | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_cacheWrite1 | cacheWrite1 | Cache Write (Shard 1) | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_cacheWrite2 | cacheWrite2 | Cache Write (Shard 2) | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_cacheWrite3 | cacheWrite3 | Cache Write (Shard 3) | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_cacheWrite4 | cacheWrite4 | Cache Write (Shard 4) | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_connectedclients | connectedclients | Connected Clients | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_connectedclients0 | connectedclients0 | Connected Clients (Shard 0) | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_connectedclients1 | connectedclients1 | Connected Clients (Shard 1) | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_connectedclients2 | connectedclients2 | Connected Clients (Shard 2) | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_connectedclients3 | connectedclients3 | Connected Clients (Shard 3) | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_connectedclients4 | connectedclients4 | Connected Clients (Shard 4) | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_ConnectedClientsUsingAADToken | ConnectedClientsUsingAADToken | Connected Clients using Microsoft Entra Token (Instance Based) | Count | Maximum | The number of client connections to the cache using Microsoft Entra Token |
| azure_cache_redis_errors | errors | Errors | Count | Maximum | The number errors that occured on the cache |
| azure_cache_redis_evictedkeys | evictedkeys | Evicted Keys | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_evictedkeys0 | evictedkeys0 | Evicted Keys (Shard 0) | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_evictedkeys1 | evictedkeys1 | Evicted Keys (Shard 1) | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_evictedkeys2 | evictedkeys2 | Evicted Keys (Shard 2) | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_evictedkeys3 | evictedkeys3 | Evicted Keys (Shard 3) | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_evictedkeys4 | evictedkeys4 | Evicted Keys (Shard 4) | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_expiredkeys | expiredkeys | Expired Keys | Count | Total | The number of items expired from the cache |
| azure_cache_redis_expiredkeys0 | expiredkeys0 | Expired Keys (Shard 0) | Count | Total | The number of items expired from the cache |
| azure_cache_redis_expiredkeys1 | expiredkeys1 | Expired Keys (Shard 1) | Count | Total | The number of items expired from the cache |
| azure_cache_redis_expiredkeys2 | expiredkeys2 | Expired Keys (Shard 2) | Count | Total | The number of items expired from the cache |
| azure_cache_redis_expiredkeys3 | expiredkeys3 | Expired Keys (Shard 3) | Count | Total | The number of items expired from the cache |
| azure_cache_redis_expiredkeys4 | expiredkeys4 | Expired Keys (Shard 4) | Count | Total | The number of items expired from the cache |
| azure_cache_redis_getcommands | getcommands | Gets | Count | Total | The number of get operations from the cache |
| azure_cache_redis_getcommands0 | getcommands0 | Gets (Shard 0) | Count | Total | The number of get operations from the cache |
| azure_cache_redis_getcommands1 | getcommands1 | Gets (Shard 1) | Count | Total | The number of get operations from the cache |
| azure_cache_redis_getcommands2 | getcommands2 | Gets (Shard 2) | Count | Total | The number of get operations from the cache |
| azure_cache_redis_getcommands3 | getcommands3 | Gets (Shard 3) | Count | Total | The number of get operations from the cache |
| azure_cache_redis_getcommands4 | getcommands4 | Gets (Shard 4) | Count | Total | The number of get operations from the cache |
| azure_cache_redis_operationsPerSecond | operationsPerSecond | Operations Per Second | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_operationsPerSecond0 | operationsPerSecond0 | Operations Per Second (Shard 0) | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_operationsPerSecond1 | operationsPerSecond1 | Operations Per Second (Shard 1) | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_operationsPerSecond2 | operationsPerSecond2 | Operations Per Second (Shard 2) | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_operationsPerSecond3 | operationsPerSecond3 | Operations Per Second (Shard 3) | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_operationsPerSecond4 | operationsPerSecond4 | Operations Per Second (Shard 4) | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_cachehits5 | cachehits5 | Cache Hits (Shard 5) | Count | Total | The number of successful key lookups |
| azure_cache_redis_cachehits6 | cachehits6 | Cache Hits (Shard 6) | Count | Total | The number of successful key lookups |
| azure_cache_redis_cachehits7 | cachehits7 | Cache Hits (Shard 7) | Count | Total | The number of successful key lookups |
| azure_cache_redis_cachehits8 | cachehits8 | Cache Hits (Shard 8) | Count | Total | The number of successful key lookups |
| azure_cache_redis_cachehits9 | cachehits9 | Cache Hits (Shard 9) | Count | Total | The number of successful key lookups |
| azure_cache_redis_cachemisses5 | cachemisses5 | Cache Misses (Shard 5) | Count | Total | The number of failed key lookups |
| azure_cache_redis_cachemisses6 | cachemisses6 | Cache Misses (Shard 6) | Count | Total | The number of failed key lookups |
| azure_cache_redis_cachemisses7 | cachemisses7 | Cache Misses (Shard 7) | Count | Total | The number of failed key lookups |
| azure_cache_redis_cachemisses8 | cachemisses8 | Cache Misses (Shard 8) | Count | Total | The number of failed key lookups |
| azure_cache_redis_cachemisses9 | cachemisses9 | Cache Misses (Shard 9) | Count | Total | The number of failed key lookups |
| azure_cache_redis_cacheRead5 | cacheRead5 | Cache Read (Shard 5) | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_cacheRead6 | cacheRead6 | Cache Read (Shard 6) | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_cacheRead7 | cacheRead7 | Cache Read (Shard 7) | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_cacheRead8 | cacheRead8 | Cache Read (Shard 8) | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_cacheRead9 | cacheRead9 | Cache Read (Shard 9) | BytesPerSecond | Maximum | The amount of data read from the cache in bytes per second |
| azure_cache_redis_cacheWrite5 | cacheWrite5 | Cache Write (Shard 5) | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_cacheWrite6 | cacheWrite6 | Cache Write (Shard 6) | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_cacheWrite7 | cacheWrite7 | Cache Write (Shard 7) | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_cacheWrite8 | cacheWrite8 | Cache Write (Shard 8) | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_cacheWrite9 | cacheWrite9 | Cache Write (Shard 9) | BytesPerSecond | Maximum | The amount of data written to the cache in bytes per second |
| azure_cache_redis_connectedclients5 | connectedclients5 | Connected Clients (Shard 5) | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_connectedclients6 | connectedclients6 | Connected Clients (Shard 6) | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_connectedclients7 | connectedclients7 | Connected Clients (Shard 7) | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_connectedclients8 | connectedclients8 | Connected Clients (Shard 8) | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_connectedclients9 | connectedclients9 | Connected Clients (Shard 9) | Count | Maximum | The number of client connections to the cache |
| azure_cache_redis_evictedkeys5 | evictedkeys5 | Evicted Keys (Shard 5) | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_evictedkeys6 | evictedkeys6 | Evicted Keys (Shard 6) | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_evictedkeys7 | evictedkeys7 | Evicted Keys (Shard 7) | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_evictedkeys8 | evictedkeys8 | Evicted Keys (Shard 8) | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_evictedkeys9 | evictedkeys9 | Evicted Keys (Shard 9) | Count | Total | The number of items evicted from the cache |
| azure_cache_redis_expiredkeys5 | expiredkeys5 | Expired Keys (Shard 5) | Count | Total | The number of items expired from the cache |
| azure_cache_redis_expiredkeys6 | expiredkeys6 | Expired Keys (Shard 6) | Count | Total | The number of items expired from the cache |
| azure_cache_redis_expiredkeys7 | expiredkeys7 | Expired Keys (Shard 7) | Count | Total | The number of items expired from the cache |
| azure_cache_redis_expiredkeys8 | expiredkeys8 | Expired Keys (Shard 8) | Count | Total | The number of items expired from the cache |
| azure_cache_redis_expiredkeys9 | expiredkeys9 | Expired Keys (Shard 9) | Count | Total | The number of items expired from the cache |
| azure_cache_redis_getcommands5 | getcommands5 | Gets (Shard 5) | Count | Total | The number of get operations from the cache |
| azure_cache_redis_getcommands6 | getcommands6 | Gets (Shard 6) | Count | Total | The number of get operations from the cache |
| azure_cache_redis_getcommands7 | getcommands7 | Gets (Shard 7) | Count | Total | The number of get operations from the cache |
| azure_cache_redis_getcommands8 | getcommands8 | Gets (Shard 8) | Count | Total | The number of get operations from the cache |
| azure_cache_redis_getcommands9 | getcommands9 | Gets (Shard 9) | Count | Total | The number of get operations from the cache |
| azure_cache_redis_operationsPerSecond5 | operationsPerSecond5 | Operations Per Second (Shard 5) | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_operationsPerSecond6 | operationsPerSecond6 | Operations Per Second (Shard 6) | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_operationsPerSecond7 | operationsPerSecond7 | Operations Per Second (Shard 7) | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_operationsPerSecond8 | operationsPerSecond8 | Operations Per Second (Shard 8) | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_operationsPerSecond9 | operationsPerSecond9 | Operations Per Second (Shard 9) | Count | Maximum | The number of instantaneous operations per second executed on the cache |
| azure_cache_redis_percentprocessortime | percentprocessortime | CPU | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_percentProcessorTime0 | percentProcessorTime0 | CPU (Shard 0) | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_percentProcessorTime1 | percentProcessorTime1 | CPU (Shard 1) | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_percentProcessorTime2 | percentProcessorTime2 | CPU (Shard 2) | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_percentProcessorTime3 | percentProcessorTime3 | CPU (Shard 3) | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_percentProcessorTime4 | percentProcessorTime4 | CPU (Shard 4) | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_percentProcessorTime5 | percentProcessorTime5 | CPU (Shard 5) | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_percentProcessorTime6 | percentProcessorTime6 | CPU (Shard 6) | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_percentProcessorTime7 | percentProcessorTime7 | CPU (Shard 7) | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_percentProcessorTime8 | percentProcessorTime8 | CPU (Shard 8) | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_percentProcessorTime9 | percentProcessorTime9 | CPU (Shard 9) | Percent | Maximum | The CPU utilization of the Azure Redis Cache server as a percentage |
| azure_cache_redis_serverLoad | serverLoad | Server Load | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_serverLoad0 | serverLoad0 | Server Load (Shard 0) | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_serverLoad1 | serverLoad1 | Server Load (Shard 1) | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_serverLoad2 | serverLoad2 | Server Load (Shard 2) | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_serverLoad3 | serverLoad3 | Server Load (Shard 3) | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_serverLoad4 | serverLoad4 | Server Load (Shard 4) | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_serverLoad5 | serverLoad5 | Server Load (Shard 5) | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_serverLoad6 | serverLoad6 | Server Load (Shard 6) | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_serverLoad7 | serverLoad7 | Server Load (Shard 7) | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_serverLoad8 | serverLoad8 | Server Load (Shard 8) | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_serverLoad9 | serverLoad9 | Server Load (Shard 9) | Percent | Maximum | The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages |
| azure_cache_redis_setcommands | setcommands | Sets | Count | Total | The number of set operations to the cache |
| azure_cache_redis_setcommands0 | setcommands0 | Sets (Shard 0) | Count | Total | The number of set operations to the cache |
| azure_cache_redis_setcommands1 | setcommands1 | Sets (Shard 1) | Count | Total | The number of set operations to the cache |
| azure_cache_redis_setcommands2 | setcommands2 | Sets (Shard 2) | Count | Total | The number of set operations to the cache |
| azure_cache_redis_setcommands3 | setcommands3 | Sets (Shard 3) | Count | Total | The number of set operations to the cache |
| azure_cache_redis_setcommands4 | setcommands4 | Sets (Shard 4) | Count | Total | The number of set operations to the cache |
| azure_cache_redis_setcommands5 | setcommands5 | Sets (Shard 5) | Count | Total | The number of set operations to the cache |
| azure_cache_redis_setcommands6 | setcommands6 | Sets (Shard 6) | Count | Total | The number of set operations to the cache |
| azure_cache_redis_setcommands7 | setcommands7 | Sets (Shard 7) | Count | Total | The number of set operations to the cache |
| azure_cache_redis_setcommands8 | setcommands8 | Sets (Shard 8) | Count | Total | The number of set operations to the cache |
| azure_cache_redis_setcommands9 | setcommands9 | Sets (Shard 9) | Count | Total | The number of set operations to the cache |
| azure_cache_redis_totalcommandsprocessed | totalcommandsprocessed | Total Operations | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_totalcommandsprocessed0 | totalcommandsprocessed0 | Total Operations (Shard 0) | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_totalcommandsprocessed1 | totalcommandsprocessed1 | Total Operations (Shard 1) | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_totalcommandsprocessed2 | totalcommandsprocessed2 | Total Operations (Shard 2) | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_totalcommandsprocessed3 | totalcommandsprocessed3 | Total Operations (Shard 3) | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_totalcommandsprocessed4 | totalcommandsprocessed4 | Total Operations (Shard 4) | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_totalcommandsprocessed5 | totalcommandsprocessed5 | Total Operations (Shard 5) | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_totalcommandsprocessed6 | totalcommandsprocessed6 | Total Operations (Shard 6) | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_totalcommandsprocessed7 | totalcommandsprocessed7 | Total Operations (Shard 7) | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_totalcommandsprocessed8 | totalcommandsprocessed8 | Total Operations (Shard 8) | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_totalcommandsprocessed9 | totalcommandsprocessed9 | Total Operations (Shard 9) | Count | Total | The total number of commands processed by the cache server |
| azure_cache_redis_totalkeys | totalkeys | Total Keys | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_totalkeys0 | totalkeys0 | Total Keys (Shard 0) | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_totalkeys1 | totalkeys1 | Total Keys (Shard 1) | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_totalkeys2 | totalkeys2 | Total Keys (Shard 2) | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_totalkeys3 | totalkeys3 | Total Keys (Shard 3) | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_totalkeys4 | totalkeys4 | Total Keys (Shard 4) | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_totalkeys5 | totalkeys5 | Total Keys (Shard 5) | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_totalkeys6 | totalkeys6 | Total Keys (Shard 6) | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_totalkeys7 | totalkeys7 | Total Keys (Shard 7) | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_totalkeys8 | totalkeys8 | Total Keys (Shard 8) | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_totalkeys9 | totalkeys9 | Total Keys (Shard 9) | Count | Maximum | The total number of items in the cache |
| azure_cache_redis_usedmemory | usedmemory | Used Memory | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_usedmemory0 | usedmemory0 | Used Memory (Shard 0) | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_usedmemory1 | usedmemory1 | Used Memory (Shard 1) | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_usedmemory2 | usedmemory2 | Used Memory (Shard 2) | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_usedmemory3 | usedmemory3 | Used Memory (Shard 3) | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_usedmemory4 | usedmemory4 | Used Memory (Shard 4) | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_usedmemory5 | usedmemory5 | Used Memory (Shard 5) | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_usedmemory6 | usedmemory6 | Used Memory (Shard 6) | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_usedmemory7 | usedmemory7 | Used Memory (Shard 7) | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_usedmemory8 | usedmemory8 | Used Memory (Shard 8) | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_usedmemory9 | usedmemory9 | Used Memory (Shard 9) | Bytes | Maximum | The amount of cache memory used for key/value pairs in the cache in MB |
| azure_cache_redis_usedmemorypercentage | usedmemorypercentage | Used Memory Percentage | Percent | Maximum | The percentage of cache memory used for key/value pairs |
| azure_cache_redis_usedmemoryRss | usedmemoryRss | Used Memory RSS | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |
| azure_cache_redis_usedmemoryRss0 | usedmemoryRss0 | Used Memory RSS (Shard 0) | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |
| azure_cache_redis_usedmemoryRss1 | usedmemoryRss1 | Used Memory RSS (Shard 1) | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |
| azure_cache_redis_usedmemoryRss2 | usedmemoryRss2 | Used Memory RSS (Shard 2) | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |
| azure_cache_redis_usedmemoryRss3 | usedmemoryRss3 | Used Memory RSS (Shard 3) | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |
| azure_cache_redis_usedmemoryRss4 | usedmemoryRss4 | Used Memory RSS (Shard 4) | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |
| azure_cache_redis_usedmemoryRss5 | usedmemoryRss5 | Used Memory RSS (Shard 5) | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |
| azure_cache_redis_usedmemoryRss6 | usedmemoryRss6 | Used Memory RSS (Shard 6) | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |
| azure_cache_redis_usedmemoryRss7 | usedmemoryRss7 | Used Memory RSS (Shard 7) | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |
| azure_cache_redis_usedmemoryRss8 | usedmemoryRss8 | Used Memory RSS (Shard 8) | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |
| azure_cache_redis_usedmemoryRss9 | usedmemoryRss9 | Used Memory RSS (Shard 9) | Bytes | Maximum | The amount of cache memory used in MB, including fragmentation and metadata |