- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for loadBucketAPIHTTPMetrics (0.15 sec)
-
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
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 17:13:00 UTC 2024 - 9.4K bytes - Viewed (0) -
cmd/metrics-v3.go
bucketAPIRequestsTotalMD, 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)