Supported metrics for Microsoft.Cache/redisEnterprise

The following table lists the metrics available for the Microsoft.Cache/redisEnterprise resource type.

Table headings

Metric - The metric display name as it appears in the Azure portal. Name in Rest API - Metric name as referred to in the REST API. Unit - Unit of measure. Aggregation - The default aggregation type. Valid values: Average, Minimum, Maximum, Total, Count. Dimensions - Dimensions available for the metric. Time Grains - Intervals at which the metric is sampled. For example, PT1M indicates that the metric is sampled every minute, PT30M every 30 minutes, PT1H every hour, and so on. DS Export- Whether the metric is exportable to Azure Monitor Logs via Diagnostic Settings.

For information on exporting metrics, see - Create diagnostic settings in Azure Monitor.

For information on metric retention, see Azure Monitor Metrics overview.

Metric Name in REST API Unit Aggregation Dimensions Time Grains DS Export
Cache Hits

The number of successful key lookups. For more information, see https://aka.ms/redis/enterprise/metrics.
cachehits Count Total (Sum) <none> PT1M Yes
Cache Latency Microseconds (Preview)

The latency to the cache in microseconds. For more information, see https://aka.ms/redis/enterprise/metrics.
cacheLatency Count Average InstanceId PT1M Yes
Cache Misses

The number of failed key lookups. For more information, see https://aka.ms/redis/enterprise/metrics.
cachemisses Count Total (Sum) <none> PT1M Yes
Cache Read

The amount of data read from the cache in Megabytes per second (MB/s). For more information, see https://aka.ms/redis/enterprise/metrics.
cacheRead BytesPerSecond Maximum InstanceId PT1M Yes
Cache Write

The amount of data written to the cache in Megabytes per second (MB/s). For more information, see https://aka.ms/redis/enterprise/metrics.
cacheWrite BytesPerSecond Maximum InstanceId PT1M Yes
Connected Clients

The number of client connections to the cache. For more information, see https://aka.ms/redis/enterprise/metrics.
connectedclients Count Maximum InstanceId PT1M Yes
Evicted Keys

The number of items evicted from the cache. For more information, see https://aka.ms/redis/enterprise/metrics.
evictedkeys Count Total (Sum) <none> PT1M Yes
Expired Keys

The number of items expired from the cache. For more information, see https://aka.ms/redis/enterprise/metrics.
expiredkeys Count Total (Sum) <none> PT1M Yes
Geo Replication Healthy

The health of geo replication in an Active Geo-Replication group. 0 represents Unhealthy and 1 represents Healthy. For more information, see https://aka.ms/redis/enterprise/metrics.
geoReplicationHealthy Count Maximum <none> PT1M Yes
Gets

The number of get operations from the cache. For more information, see https://aka.ms/redis/enterprise/metrics.
getcommands Count Total (Sum) <none> PT1M Yes
Operations Per Second

The number of instantaneous operations per second executed on the cache. For more information, see https://aka.ms/redis/enterprise/metrics.
operationsPerSecond Count Maximum <none> PT1M Yes
CPU

The CPU utilization of the Azure Redis Cache server as a percentage. For more information, see https://aka.ms/redis/enterprise/metrics.
percentProcessorTime Percent Maximum InstanceId PT1M Yes
Server Load

The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more information, see https://aka.ms/redis/enterprise/metrics.
serverLoad Percent Maximum <none> PT1M Yes
Sets

The number of set operations to the cache. For more information, see https://aka.ms/redis/enterprise/metrics.
setcommands Count Total (Sum) <none> PT1M Yes
Total Operations

The total number of commands processed by the cache server. For more information, see https://aka.ms/redis/enterprise/metrics.
totalcommandsprocessed Count Total (Sum) <none> PT1M Yes
Total Keys

The total number of items in the cache. For more information, see https://aka.ms/redis/enterprise/metrics.
totalkeys Count Maximum <none> PT1M Yes
Used Memory

The amount of cache memory used for key/value pairs in the cache in MB. For more information, see https://aka.ms/redis/enterprise/metrics.
usedmemory Bytes Maximum <none> PT1M Yes
Used Memory Percentage

The percentage of cache memory used for key/value pairs. For more information, see https://aka.ms/redis/enterprise/metrics.
usedmemorypercentage Percent Maximum <none> PT1M Yes

Next steps