Skip to content

Commit 280ebd8

Browse files
Merge pull request #262795 from shpathak-msft/patch-25
Update cache-how-to-monitor.md
2 parents 47000dd + eaa46fd commit 280ebd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)