• Home
  • Deploy
  • Set up Dynatrace on cloud platforms
  • Microsoft Azure
  • Integrations
  • Azure cloud services
  • Azure Cache for Redis monitoring

Azure Cache for Redis monitoring

Dynatrace ingests metrics from Azure Metrics API for Azure Cache for Redis. You can view metrics for each service instance, split metrics into multiple dimensions, and create custom charts that you can pin to your dashboards.

Prerequisites

  • Dynatrace version 1.199+
  • Environment ActiveGate version 1.195+

Enable monitoring

To enable monitoring for this service, you first need to set up integration with Azure Monitor.

Add the service to monitoring

In order to view the service metrics, you must add the service to monitoring in your Dynatrace environment.

To add a service to monitoring
  1. In the Dynatrace menu, go to Settings > Cloud and virtualization and select Azure.
  2. On the Azure overview page, select Edit for the desired Azure instance.
  3. Go to Services and select Add service, choose the desired service name from the list, and select Add service.
  4. Select Save changes to save your configuration.

Monitor resources based on tags

You can choose to monitor resources based on existing Azure tags, as Dynatrace automatically imports them from service instances.
To monitor resources based on tags

  1. In the Dynatrace menu, go to Settings and select Cloud and virtualization > Azure.

  2. On the Azure overview page, select the Edit icon for the Azure instance.

  3. Set Resources to be monitored to Monitor resources selected by tags.

  4. Enter key/value pairs to identify resources to exclude from monitoring or include in monitoring. You can enter multiple key/value pairs: each time you enter a pair, another empty row is displayed for you to edit as needed.

  5. Select Save to save your configuration.

    To import the Azure tags automatically into Dynatrace, turn on Capture Azure tags automatically.

Configure service metrics

Once you add a service, Dynatrace starts automatically collecting a suite of metrics for this particular service. These are recommended metrics.

Recommended metrics:

  • Are enabled by default
  • Can't be disabled
  • Can have recommended dimensions (enabled by default, can't be disabled)
  • Can have optional dimensions (disabled by default, can be enabled).

Apart from the recommended metrics, most services have the possibility of enabling optional metrics.

Optional metrics:

  • Can be added and configured manually
To add and configure metrics
  1. In the Dynatrace menu, go to Settings > Cloud and virtualization and select Azure.
  2. On the Azure overview page, scroll down and select Edit for the desired Azure instance.
  3. Go to Services and select Manage services.
  4. To add a metric, select the service for which you want to add metrics.
  5. Select Add new metric.
  6. From the menu, select the metric you want.
  7. Select Add metric to add the metric to monitoring.
  8. To configure a metric, select Edit.
  9. Select Apply to save your configuration.

View service metrics

You can view the service metrics in your Dynatrace environment either on the custom device overview page or on your Dashboards page.

View metrics on the custom device overview page

To access the custom device overview page

  1. In the Dynatrace menu, go to Technologies.
  2. Filter by service name and select the relevant custom device group.
  3. Once you select the custom device group, you're on the custom device group overview page.
  4. The custom device group overview page lists all instances (custom devices) belonging to the group. Select an instance to view the custom device overview page.

View metrics on your dashboard

Once you add a service to monitoring, a preset dashboard for the respective service containing all recommended metrics is automatically created on your Dashboards page. You can look for specific dashboards by filtering by Preset and then by Name.

For existing monitored services, you might need to resave your credentials for the preset dashboard to appear on the Dashboards page. To resave your credentials, go to Settings > Cloud and virtualization > Azure, select the desired Azure instance, then select Save.

You can't make changes on a preset dashboard directly, but you can clone and edit it. To clone a dashboard, open the browse menu (…) and select Clone.
To remove a dashboard from the dashboards list, you can hide it. To hide a dashboard, open the browse menu (…) and select Hide.

Hiding a dashboard doesn't affect other users.

Clone hide azure

Available metrics

This service monitors a part of Azure Cache for Redis (Microsoft.Cache/redis). While you have this service configured, you can't have Azure Redis Cache (built-in) service turned on.

NameDescriptionDimensionsUnitRecommended
Connected clientsThe number of client connections to the cache.Shard IDCount
Total operationsThe total number of commands processed by the cache server.Shard IDCount
Cache hitsThe number of successful key lookups.Shard IDCount
Cache missesThe number of failed key lookups.Shard IDCount
Cache miss rateThe % of get requests that miss.Shard IDPercent
GetsThe number of get operations from the cache.Shard IDCount
SetsThe number of set operations to the cache.Shard IDCount
Operations per secondThe number of instantaneous operations per second executed on the cache.Shard IDCount
Evicted keysThe number of items evicted from the cache.Shard IDCount
Total keysThe total number of items in the cache.Shard IDCount
Expired keysThe number of items expired from the cache.Shard IDCount
Used memoryThe amount of cache memory used for key/value pairs in the cache in MB.Shard IDByte
Used memory percentageThe percentage of cache memory used for key/value pairs.Shard IDPercent
Used memory RSSThe amount of cache memory used in MB, including fragmentation and metadata.Shard IDByte
Server loadThe percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Shard IDPercent
Cache writeThe amount of data written to the cache in bytes per second.Shard IDBytePerSecond
Cache readThe amount of data read from the cache in bytes per second.Shard IDBytePerSecond
Connections created per second (instance based)The number of instantaneous connections created per second on the cache via port 6379 or 6380 (SSL).Shard ID, Primary, SSLPerSecond
Connections closed per second (instance based)The number of instantaneous connections closed per second on the cache via port 6379 or 6380 (SSL).Shard ID, Primary, SSLPerSecond
Connected clients (instance based)The number of client connections to the cache.Shard ID, Port, PrimaryCount
Total operations (instance based)The total number of commands processed by the cache server.Shard ID, Port, PrimaryCount
Cache hits (instance based)The number of successful key lookups.Shard ID, Port, PrimaryCount
Cache misses (instance based)The number of failed key lookups.Shard ID, Port, PrimaryCount
Gets (instance based)The number of get operations from the cache.Shard ID, Port, PrimaryCount
Sets (instance based)The number of set operations to the cache.Shard ID, Port, PrimaryCount
Operations per second (instance based)The number of instantaneous operations per second executed on the cache.Shard ID, Port, PrimaryCount
Evicted keys (instance based)The number of items evicted from the cache.Shard ID, Port, PrimaryCount
Total keys (instance based)The total number of items in the cache.Shard ID, Port, PrimaryCount
Expired keys (instance based)The number of items expired from the cache.Shard ID, Port, PrimaryCount
Used memory (instance based)The amount of cache memory used for key/value pairs in the cache in MB.Shard ID, Port, PrimaryByte
Used memory percentage (instance based)The percentage of cache memory used for key/value pairs.Shard ID, Port, PrimaryPercent
Used memory RSS (instance based)The amount of cache memory used in MB, including fragmentation and metadata.Shard ID, Port, PrimaryByte
Server load (instance based)The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Shard ID, Port, PrimaryPercent
Cache write (instance based)The amount of data written to the cache in bytes per second.Shard ID, Port, PrimaryBytePerSecond
Cache read (instance based)The amount of data read from the cache in bytes per second.Shard ID, Port, PrimaryBytePerSecond
CPU (instance based)The CPU utilization of the Azure Redis Cache server as a percentage.Shard ID, Port, PrimaryPercent
CPUThe CPU utilization of the Azure Redis Cache server as a percentage.Shard IDPercent
Cache latency microseconds (preview)The latency to the cache in microseconds.Shard IDCount
ErrorsThe number errors that occured on the cache.Shard ID, Error typeCount
Connected clients (shard 0)The number of client connections to the cache.Count
Total operations (shard 0)The total number of commands processed by the cache server.Count
Cache hits (shard 0)The number of successful key lookups.Count
Cache misses (shard 0)The number of failed key lookups.Count
Gets (shard 0)The number of get operations from the cache.Count
Sets (shard 0)The number of set operations to the cache.Count
Operations per second (shard 0)The number of instantaneous operations per second executed on the cache.Count
Evicted keys (shard 0)The number of items evicted from the cache.Count
Total keys (shard 0)The total number of items in the cache.Count
Expired keys (shard 0)The number of items expired from the cache.Count
Used memory (shard 0)The amount of cache memory used for key/value pairs in the cache in MB.Byte
Used memory RSS (shard 0)The amount of cache memory used in MB, including fragmentation and metadata.Byte
Server load (shard 0)The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Percent
Cache write (shard 0)The amount of data written to the cache in bytes per second.BytePerSecond
Cache read (shard 0)The amount of data read from the cache in bytes per second.BytePerSecond
CPU (shard 0)The CPU utilization of the Azure Redis Cache server as a percentage.Percent
Connected clients (shard 1)The number of client connections to the cache.Count
Total operations (shard 1)The total number of commands processed by the cache server.Count
Cache hits (shard 1)The number of successful key lookups.Count
Cache misses (shard 1)The number of failed key lookups.Count
Gets (shard 1)The number of get operations from the cache.Count
Sets (shard 1)The number of set operations to the cache.Count
Operations per second (shard 1)The number of instantaneous operations per second executed on the cache.Count
Evicted keys (shard 1)The number of items evicted from the cache.Count
Total keys (shard 1)The total number of items in the cache.Count
Expired keys (shard 1)The number of items expired from the cache.Count
Used memory (shard 1)The amount of cache memory used for key/value pairs in the cache in MB.Byte
Used memory RSS (shard 1)The amount of cache memory used in MB, including fragmentation and metadata.Byte
Server load (shard 1)The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Percent
Cache write (shard 1)The amount of data written to the cache in bytes per second.BytePerSecond
Cache read (shard 1)The amount of data read from the cache in bytes per second.BytePerSecond
CPU (shard 1)The CPU utilization of the Azure Redis Cache server as a percentage.Percent
Connected clients (shard 2)The number of client connections to the cache.Count
Total operations (shard 2)The total number of commands processed by the cache server.Count
Cache hits (shard 2)The number of successful key lookups.Count
Cache misses (shard 2)The number of failed key lookups.Count
Gets (shard 2)The number of get operations from the cache.Count
Sets (shard 2)The number of set operations to the cache.Count
Operations per second (shard 2)The number of instantaneous operations per second executed on the cache.Count
Evicted keys (shard 2)The number of items evicted from the cache.Count
Total keys (shard 2)The total number of items in the cache.Count
Expired keys (shard 2)The number of items expired from the cache.Count
Used memory (shard 2)The amount of cache memory used for key/value pairs in the cache in MB.Byte
Used memory RSS (shard 2)The amount of cache memory used in MB, including fragmentation and metadata.Byte
Server load (shard 2)The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Percent
Cache write (shard 2)The amount of data written to the cache in bytes per second.BytePerSecond
Cache read (shard 2)The amount of data read from the cache in bytes per second.BytePerSecond
CPU (shard 2)The CPU utilization of the Azure Redis Cache server as a percentage.Percent
Connected clients (shard 3)The number of client connections to the cache.Count
Total operations (shard 3)The total number of commands processed by the cache server.Count
Cache hits (shard 3)The number of successful key lookups.Count
Cache misses (shard 3)The number of failed key lookups.Count
Gets (shard 3)The number of get operations from the cache.Count
Sets (shard 3)The number of set operations to the cache.Count
Operations per second (shard 3)The number of instantaneous operations per second executed on the cache.Count
Evicted keys (shard 3)The number of items evicted from the cache.Count
Total keys (shard 3)The total number of items in the cache.Count
Expired keys (shard 3)The number of items expired from the cache.Count
Used memory (shard 3)The amount of cache memory used for key/value pairs in the cache in MB.Byte
Used memory RSS (shard 3)The amount of cache memory used in MB, including fragmentation and metadata.Byte
Server load (shard 3)The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Percent
Cache write (shard 3)The amount of data written to the cache in bytes per second.BytePerSecond
Cache read (shard 3)The amount of data read from the cache in bytes per second.BytePerSecond
CPU (shard 3)The CPU utilization of the Azure Redis Cache server as a percentage.Percent
Connected clients (shard 4)The number of client connections to the cache.Count
Total operations (shard 4)The total number of commands processed by the cache server.Count
Cache hits (shard 4)The number of successful key lookups.Count
Cache misses (shard 4)The number of failed key lookups.Count
Gets (shard 4)The number of get operations from the cache.Count
Sets (shard 4)The number of set operations to the cache.Count
Operations per second (shard 4)The number of instantaneous operations per second executed on the cache.Count
Evicted keys (shard 4)The number of items evicted from the cache.Count
Total keys (shard 4)The total number of items in the cache.Count
Expired keys (shard 4)The number of items expired from the cache.Count
Used memory (shard 4)The amount of cache memory used for key/value pairs in the cache in MB.Byte
Used memory RSS (shard 4)The amount of cache memory used in MB, including fragmentation and metadata.Byte
Server load (shard 4)The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Percent
Cache write (shard 4)The amount of data written to the cache in bytes per second.BytePerSecond
Cache read (shard 4)The amount of data read from the cache in bytes per second.BytePerSecond
CPU (shard 4)The CPU utilization of the Azure Redis Cache server as a percentage.Percent
Connected clients (shard 5)The number of client connections to the cache.Count
Total operations (shard 5)The total number of commands processed by the cache server.Count
Cache hits (shard 5)The number of successful key lookups.Count
Cache misses (shard 5)The number of failed key lookups.Count
Gets (shard 5)The number of get operations from the cache.Count
Sets (shard 5)The number of set operations to the cache.Count
Operations per second (shard 5)The number of instantaneous operations per second executed on the cache.Count
Evicted keys (shard 5)The number of items evicted from the cache.Count
Total keys (shard 5)The total number of items in the cache.Count
Expired keys (shard 5)The number of items expired from the cache.Count
Used memory (shard 5)The amount of cache memory used for key/value pairs in the cache in MB.Byte
Used memory RSS (shard 5)The amount of cache memory used in MB, including fragmentation and metadata.Byte
Server load (shard 5)The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Percent
Cache write (shard 5)The amount of data written to the cache in bytes per second.BytePerSecond
Cache read (shard 5)The amount of data read from the cache in bytes per second.BytePerSecond
CPU (shard 5)The CPU utilization of the Azure Redis Cache server as a percentage.Percent
Connected clients (shard 6)The number of client connections to the cache.Count
Total operations (shard 6)The total number of commands processed by the cache server.Count
Cache hits (shard 6)The number of successful key lookups.Count
Cache misses (shard 6)The number of failed key lookups.Count
Gets (shard 6)The number of get operations from the cache.Count
Sets (shard 6)The number of set operations to the cache.Count
Operations per second (shard 6)The number of instantaneous operations per second executed on the cache.Count
Evicted keys (shard 6)The number of items evicted from the cache.Count
Total keys (shard 6)The total number of items in the cache.Count
Expired keys (shard 6)The number of items expired from the cache.Count
Used memory (shard 6)The amount of cache memory used for key/value pairs in the cache in MB.Byte
Used memory RSS (shard 6)The amount of cache memory used in MB, including fragmentation and metadata.Byte
Server load (shard 6)The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Percent
Cache write (shard 6)The amount of data written to the cache in bytes per second.BytePerSecond
Cache read (shard 6)The amount of data read from the cache in bytes per second.BytePerSecond
CPU (shard 6)The CPU utilization of the Azure Redis Cache server as a percentage.Percent
Connected clients (shard 7)The number of client connections to the cache.Count
Total operations (shard 7)The total number of commands processed by the cache server.Count
Cache hits (shard 7)The number of successful key lookups.Count
Cache misses (shard 7)The number of failed key lookups.Count
Gets (shard 7)The number of get operations from the cache.Count
Sets (shard 7)The number of set operations to the cache.Count
Operations per second (shard 7)The number of instantaneous operations per second executed on the cache.Count
Evicted keys (shard 7)The number of items evicted from the cache.Count
Total keys (shard 7)The total number of items in the cache.Count
Expired keys (shard 7)The number of items expired from the cache.Count
Used memory (shard 7)The amount of cache memory used for key/value pairs in the cache in MB.Byte
Used memory RSS (shard 7)The amount of cache memory used in MB, including fragmentation and metadata.Byte
Server load (shard 7)The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Percent
Cache write (shard 7)The amount of data written to the cache in bytes per second.BytePerSecond
Cache read (shard 7)The amount of data read from the cache in bytes per second.BytePerSecond
CPU (shard 7)The CPU utilization of the Azure Redis Cache server as a percentage.Percent
Connected clients (shard 8)The number of client connections to the cache.Count
Total operations (shard 8)The total number of commands processed by the cache server.Count
Cache hits (shard 8)The number of successful key lookups.Count
Cache misses (shard 8)The number of failed key lookups.Count
Gets (shard 8)The number of get operations from the cache.Count
Sets (shard 8)The number of set operations to the cache.Count
Operations per second (shard 8)The number of instantaneous operations per second executed on the cache.Count
Evicted keys (shard 8)The number of items evicted from the cache.Count
Total keys (shard 8)The total number of items in the cache.Count
Expired keys (shard 8)The number of items expired from the cache.Count
Used memory (shard 8)The amount of cache memory used for key/value pairs in the cache in MB.Byte
Used memory RSS (shard 8)The amount of cache memory used in MB, including fragmentation and metadata.Byte
Server load (shard 8)The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Percent
Cache write (shard 8)The amount of data written to the cache in bytes per second.BytePerSecond
Cache read (shard 8)The amount of data read from the cache in bytes per second.BytePerSecond
CPU (shard 8)The CPU utilization of the Azure Redis Cache server as a percentage.Percent
Connected clients (shard 9)The number of client connections to the cache.Count
Total operations (shard 9)The total number of commands processed by the cache server.Count
Cache hits (shard 9)The number of successful key lookups.Count
Cache misses (shard 9)The number of failed key lookups.Count
Gets (shard 9)The number of get operations from the cache.Count
Sets (shard 9)The number of set operations to the cache.Count
Operations per second (shard 9)The number of instantaneous operations per second executed on the cache.Count
Evicted keys (shard 9)The number of items evicted from the cache.Count
Total keys (shard 9)The total number of items in the cache.Count
Expired keys (shard 9)The number of items expired from the cache.Count
Used memory (shard 9)The amount of cache memory used for key/value pairs in the cache in MB.Byte
Used memory RSS (shard 9)The amount of cache memory used in MB, including fragmentation and metadata.Byte
Server load (shard 9)The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages.Percent
Cache write (shard 9)The amount of data written to the cache in bytes per second.BytePerSecond
Cache read (shard 9)The amount of data read from the cache in bytes per second.BytePerSecond
CPU (shard 9)The CPU utilization of the Azure Redis Cache server as a percentage.Percent
Geo - replication healthyThe health status of geo-replication link. 1 if healthy and 0 if disconnected or unhealthy.Shard IDCount
Geo - replication data sync offsetApproximate amount of data in bytes that needs to be synchronized to geo-secondary cache.Shard IDByte
Geo - replication connectivity lagTime in seconds since last successful data synchronization with geo-primary cache. Value will continue to increase if the link status is down.Shard IDSecond
Geo - replication full sync event startedFired on initiation of a full synchronization event between geo-replicated caches. This metric reports 0 most of the time because geo-replication uses partial resynchronizations for any new data added after the initial full synchronization.Shard IDCount
Geo - replication full sync event finishedFired on completion of a full synchronization event between geo-replicated caches. This metric reports 0 most of the time because geo-replication uses partial resynchronizations for any new data added after the initial full synchronization.Shard IDCount