- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for loadBucketAPITTFBMetrics (0.13 seconds)
-
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"}
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Sep 24 17:13:00 GMT 2024 - 9.4K bytes - Click Count (0) -
cmd/metrics-v3.go
bucketAPIRequestsCanceledMD, bucketAPIRequests4xxErrorsMD, bucketAPIRequests5xxErrorsMD, bucketAPIRequestsTTFBSecondsDistributionMD, }, JoinBucketLoaders(loadBucketAPIHTTPMetrics, loadBucketAPITTFBMetrics), ) bucketReplicationMG := NewBucketMetricsGroup(bucketReplicationCollectorPath, []MetricDescriptor{ bucketReplLastHrFailedBytesMD, bucketReplLastHrFailedCountMD,
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 02 00:55:27 GMT 2024 - 13.6K bytes - Click Count (0)