Skip to content

Commit 916b47d

Browse files
Merge pull request #220305 from brendanzagaeski/unresponsiveclients-threshold
Add the threshold for UnresponsiveClients
2 parents 6c7b429 + dd2138d commit 916b47d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ In contrast, for clustered caches, we recommend using the metrics with the suffi
153153
- Specific failures and performance issues that the cache could be experiencing during a specified reporting interval. This metric has eight dimensions representing different error types, but could have more added in the future. The error types represented now are as follows:
154154
- **Failover** – when a cache fails over (subordinate promotes to primary)
155155
- **Dataloss** – when there's data loss on the cache
156-
- **UnresponsiveClients** – when the clients aren't reading data from the server fast enough
156+
- **UnresponsiveClients** – when the clients aren't reading data from the server fast enough, and specifically, when the number of bytes in the Redis server output buffer for a client goes over 1,000,000 bytes
157157
- **AOF** – when there's an issue related to AOF persistence
158158
- **RDB** – when there's an issue related to RDB persistence
159159
- **Import** – when there's an issue related to Import RDB
@@ -241,4 +241,4 @@ For information on creating a metric, see [Create your own metrics](#create-your
241241

242242
- [Azure Monitor for Azure Cache for Redis](redis-cache-insights-overview.md)
243243
- [Azure Monitor Metrics REST API](../azure-monitor/essentials/stream-monitoring-data-event-hubs.md)
244-
- [`INFO`](https://redis.io/commands/info)
244+
- [`INFO`](https://redis.io/commands/info)

0 commit comments

Comments
 (0)