Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for loadAPIRequestsHTTPMetrics (0.35 sec)

  1. cmd/metrics-v3-api.go

    	apiTrafficRecvBytesMD = NewCounterMD(apiTrafficRecvBytes,
    		"Total number of bytes received", "type")
    )
    
    // loadAPIRequestsHTTPMetrics - reads S3 HTTP metrics.
    //
    // This is a `MetricsLoaderFn`.
    //
    // This includes node level S3 HTTP metrics.
    //
    // This function currently ignores `opts`.
    func loadAPIRequestsHTTPMetrics(ctx context.Context, m MetricValues, _ *metricsCache) error {
    	// Collect node level S3 HTTP metrics.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Mar 10 09:15:15 GMT 2024
    - 9.2K bytes
    - Viewed (0)
  2. cmd/metrics-v3.go

    			apiRequests4xxErrorsTotalMD,
    			apiRequestsCanceledTotalMD,
    
    			apiRequestsTTFBSecondsDistributionMD,
    
    			apiTrafficSentBytesMD,
    			apiTrafficRecvBytesMD,
    		},
    		JoinLoaders(loadAPIRequestsHTTPMetrics, loadAPIRequestsTTFBMetrics,
    			loadAPIRequestsNetworkMetrics),
    	)
    
    	apiBucketMG := NewBucketMetricsGroup(apiBucketCollectorPath,
    		[]MetricDescriptor{
    			apiBucketTrafficRecvBytesMD,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu May 02 17:37:57 GMT 2024
    - 10.7K bytes
    - Viewed (0)
Back to top