Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for loadAPIRequestsHTTPMetrics (0.15 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.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 24 17:13:00 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  2. cmd/metrics-v3.go

    			apiRequests4xxErrorsTotalMD,
    			apiRequestsCanceledTotalMD,
    
    			apiRequestsTTFBSecondsDistributionMD,
    
    			apiTrafficSentBytesMD,
    			apiTrafficRecvBytesMD,
    		},
    		JoinLoaders(loadAPIRequestsHTTPMetrics, loadAPIRequestsTTFBMetrics,
    			loadAPIRequestsNetworkMetrics),
    	)
    
    	bucketAPIMG := NewBucketMetricsGroup(bucketAPICollectorPath,
    		[]MetricDescriptor{
    			bucketAPITrafficRecvBytesMD,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Aug 02 00:55:27 UTC 2024
    - 13.6K bytes
    - Viewed (0)
Back to top