The Azure Redis integration collects platform metrics and diagnostic logs from your Azure Cache for Redis instances. Once enabled, the SigNoz agent discovers Redis resources in your monitored resource groups and configures telemetry collection.
This integration collects platform metrics for the Microsoft.Cache/redisEnterprise resource type.
Getting started
Connect your Azure subscription first. See Azure One-Click Integrations for setup instructions.
Once connected:
- In SigNoz, navigate to Integrations > Microsoft Azure.
- Select Redis from the left panel.
- Toggle Log Collection and Metric Collection on.

The agent deploys the necessary Event Hubs and diagnostic settings in the background. Data starts flowing within a few minutes. Navigate to Dashboards and open the Azure Redis Overview dashboard to confirm metrics are appearing.
What's collected
Logs
| Name | Path | Type |
|---|---|---|
| Resource ID | resources.azure.resource.id | string |
Metrics
| Metric name | Unit | Type |
|---|---|---|
azure_cachehits_total | Count | Sum |
azure_cachemisses_total | Count | Sum |
azure_getcommands_total | Count | Sum |
azure_setcommands_total | Count | Sum |
azure_totalcommandsprocessed_total | Count | Sum |
azure_evictedkeys_total | Count | Sum |
azure_expiredkeys_total | Count | Sum |
azure_totalkeys_maximum | Count | Gauge |
azure_connectedclients_maximum | Count | Gauge |
azure_operationspersecond_maximum | Count | Gauge |
azure_cacheread_maximum | BytesPerSecond | Gauge |
azure_cachewrite_maximum | BytesPerSecond | Gauge |
azure_cachelatency_average | Count | Gauge |
azure_percentprocessortime_maximum | Percent | Gauge |
azure_serverload_maximum | Percent | Gauge |
azure_usedmemory_maximum | Bytes | Gauge |
azure_usedmemorypercentage_maximum | Percent | Gauge |
azure_georeplicationhealthy_maximum | Count | Gauge |
Dashboards
The integration includes a pre-built Azure Redis dashboard. Pre-built dashboards are locked and cannot be edited. To customize, use Export JSON from the dashboard menu and import it as a new dashboard.

Key panels include:
- CPU and server load
- Cache hits and misses
- Operations per second and connected clients
- Used memory and used memory percentage
- Total keys, evicted keys, and expired keys
- Geo replication healthy status
Next steps
- Create alerts to get notified on high server load, evictions, or memory saturation
- Build custom dashboards to correlate cache metrics with application performance
Get Help
If you need help with the steps in this topic, please reach out to us on SigNoz Community Slack. If you are a SigNoz Cloud user, please use in product chat support located at the bottom right corner of your SigNoz instance or contact us at cloud-support@signoz.io.