Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for totalS3Canceled (0.07 sec)

  1. cmd/metrics-v3-api.go

    	}
    	for name, value := range httpStats.TotalS34xxErrors.APIStats {
    		m.Set(apiRequests4xxErrorsTotal, float64(value), "name", name, "type", "s3")
    	}
    	for name, value := range httpStats.TotalS3Canceled.APIStats {
    		m.Set(apiRequestsCanceledTotal, float64(value), "name", name, "type", "s3")
    	}
    	return nil
    }
    
    // loadAPIRequestsTTFBMetrics - loads S3 TTFB metrics.
    //
    // This is a `MetricsLoaderFn`.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 24 17:13:00 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top