- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for loadBucketAPIHTTPMetrics (0.49 seconds)
-
cmd/metrics-v3-api.go
"Distribution of time to first byte across API calls for a bucket", "bucket", "name", "le", "type") ) // loadBucketAPIHTTPMetrics - loads bucket level S3 HTTP metrics. // // This is a `MetricsLoaderFn`. // // This includes bucket level S3 HTTP metrics and S3 network in/out metrics. func loadBucketAPIHTTPMetrics(ctx context.Context, m MetricValues, _ *metricsCache, buckets []string) error { if len(buckets) == 0 { return nil
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Sep 24 17:13:00 GMT 2024 - 9.4K bytes - Click Count (0) -
cmd/metrics-v3.go
bucketAPIRequestsTotalMD, bucketAPIRequestsCanceledMD, bucketAPIRequests4xxErrorsMD, bucketAPIRequests5xxErrorsMD, bucketAPIRequestsTTFBSecondsDistributionMD, }, JoinBucketLoaders(loadBucketAPIHTTPMetrics, loadBucketAPITTFBMetrics), ) bucketReplicationMG := NewBucketMetricsGroup(bucketReplicationCollectorPath, []MetricDescriptor{ bucketReplLastHrFailedBytesMD, bucketReplLastHrFailedCountMD,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 02 00:55:27 GMT 2024 - 13.6K bytes - Click Count (0)