mirror of
https://github.com/pgsty/minio.git
synced 2026-03-17 23:41:10 +01:00
We can use this metric to check if there are too many S3 clients in the
queue and could explain why some of those S3 clients are timing out.
```
minio_s3_requests_waiting_total{server="127.0.0.1:9000"} 9981
```
If max_requests is 10000 then there is a strong possibility that clients
are timing out because of the queue deadline.
4.2 KiB
4.2 KiB