Skip to content

Commit eaa46fd

Browse files
Update cache-how-to-monitor.md
1 parent 622f3f0 commit eaa46fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ In contrast, for clustered caches, we recommend using the metrics with the suffi
134134
- 99th Percentile Latency (preview)
135135
- Depicts the worst-case (99th percentile) latency of server-side commands. Measured by issuing `PING` commands from the load balancer to the Redis server and tracking the time to respond.
136136
- Useful for tracking the health of your Redis instance. Latency increases if the cache is under heavy load or if there are long running commands that delay the execution of the `PING` command.
137-
- This metric is only available in Standard and Premium tier caches
137+
- This metric is only available in Standard and Premium tier caches.
138+
- This metric is not available for caches that are affected by Cloud Service retirement. See more information [here](cache-faq.yml#caches-with-a-dependency-on-cloud-services--classic)
138139
- Cache Latency (preview)
139140
- The latency of the cache calculated using the internode latency of the cache. This metric is measured in microseconds, and has three dimensions: `Avg`, `Min`, and `Max`. The dimensions represent the average, minimum, and maximum latency of the cache during the specified reporting interval.
140141
- Cache Misses

0 commit comments

Comments
 (0)