Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for totalS3Canceled (0.91 sec)

  1. cmd/admin-handlers.go

    	TotalS35xxErrors       ServerHTTPAPIStats `json:"totalS35xxErrors"`
    	TotalS34xxErrors       ServerHTTPAPIStats `json:"totalS34xxErrors"`
    	TotalS3Canceled        ServerHTTPAPIStats `json:"totalS3Canceled"`
    	TotalS3RejectedAuth    uint64             `json:"totalS3RejectedAuth"`
    	TotalS3RejectedTime    uint64             `json:"totalS3RejectedTime"`
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 99.6K bytes
    - Viewed (0)
  2. cmd/metrics-v2.go

    					Description:    getS3Requests4xxErrorsMD(),
    					Value:          float64(value),
    					VariableLabels: map[string]string{"api": api},
    				})
    			}
    			for api, value := range httpStats.TotalS3Canceled.APIStats {
    				metrics = append(metrics, MetricV2{
    					Description:    getS3RequestsCanceledMD(),
    					Value:          float64(value),
    					VariableLabels: map[string]string{"api": api},
    				})
    			}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 133.4K bytes
    - Viewed (0)
Back to top