Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for loadBucketAPITTFBMetrics (0.14 sec)

  1. cmd/metrics-v3-api.go

    			m.Set(apiRequests5xxErrorsTotal, float64(v), "bucket", bucket, "name", k, "type", "s3")
    		}
    	}
    
    	return nil
    }
    
    // loadBucketAPITTFBMetrics - loads bucket S3 TTFB metrics.
    //
    // This is a `MetricsLoaderFn`.
    func loadBucketAPITTFBMetrics(ctx context.Context, m MetricValues, _ *metricsCache, buckets []string) error {
    	renameLabels := map[string]string{"api": "name"}
    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

    			bucketAPIRequestsCanceledMD,
    			bucketAPIRequests4xxErrorsMD,
    			bucketAPIRequests5xxErrorsMD,
    
    			bucketAPIRequestsTTFBSecondsDistributionMD,
    		},
    		JoinBucketLoaders(loadBucketAPIHTTPMetrics, loadBucketAPITTFBMetrics),
    	)
    
    	bucketReplicationMG := NewBucketMetricsGroup(bucketReplicationCollectorPath,
    		[]MetricDescriptor{
    			bucketReplLastHrFailedBytesMD,
    			bucketReplLastHrFailedCountMD,
    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