Edit

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.
  • Advanced platform metrics - A premium, paid tier of platform metrics in Azure Monitor that provide more granular observability for Azure resources.
  • 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 -S Whether the metric is exportable to Azure Monitor Logs via Diagnostic Settings.

For information on exporting metrics, see - Metrics export using data collection rules and Create diagnostic settings in Azure Monitor.

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

Metric Name in REST API Advanced platform metrics 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 No 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 No Count Average InstanceId PT1M Yes
Cache Misses

The number of failed key lookups. For more information, see https://aka.ms/redis/enterprise/metrics.
cachemisses No 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 No 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 No 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 No 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 No 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 No 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 No 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 No 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 No 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 No 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 No 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 No 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 No 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 No 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 No 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 No Percent Maximum <none> PT1M Yes

Next steps