mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
metrics: Add canceled requests (#11881)
Add metric for canceled requests
This commit is contained in:
@@ -263,6 +263,7 @@ type ServerHTTPStats struct {
|
||||
CurrentS3Requests ServerHTTPAPIStats `json:"currentS3Requests"`
|
||||
TotalS3Requests ServerHTTPAPIStats `json:"totalS3Requests"`
|
||||
TotalS3Errors ServerHTTPAPIStats `json:"totalS3Errors"`
|
||||
TotalS3Canceled ServerHTTPAPIStats `json:"totalS3Canceled"`
|
||||
}
|
||||
|
||||
// ServerInfoData holds storage, connections and other
|
||||
|
||||
Reference in New Issue
Block a user