Skip to content

Commit a3e46a3

Browse files
committed
Added deleted link
1 parent 252254b commit a3e46a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/azure-cache-for-redis/cache-how-to-monitor.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ In the left navigation pane of contoso55, Metrics is an option under Monitoring
6767

6868
For more information on working with metrics using Azure Monitor, see [Overview of metrics in Microsoft Azure](../azure-monitor/data-platform.md).
6969

70-
<a name="enable-cache-diagnostics"></a>
71-
7270
## Export cache metrics
7371

7472
By default, cache metrics in Azure Monitor are [stored for 30 days](../azure-monitor/essentials/data-platform-metrics.md) and then deleted. To persist your cache metrics for longer than 30 days, you can [designate a storage account](../azure-monitor/essentials/resource-logs.md#send-to-azure-storage) and specify a **Retention (days)** policy for your cache metrics.
@@ -146,7 +144,7 @@ Each metric includes two versions. One metric measures performance for the entir
146144
| Used Memory Percentage | The % of total memory that is being used during the specified reporting interval. This value references the `used_memory` value from the Redis INFO command to calculate the percentage. |
147145
| Used Memory RSS |The amount of cache memory used in MB during the specified reporting interval, including fragmentation and metadata. This value maps to `used_memory_rss` from the Redis INFO command. |
148146

149-
## Alerts
147+
## Operations and alerts
150148

151149
You can configure to receive alerts based on metrics and activity logs. Azure Monitor allows you to configure an alert to do the following when it triggers:
152150

0 commit comments

Comments
 (0)