- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getBucketS3InOutBytes (0.13 sec)
-
cmd/metrics-v3-api.go
func loadBucketAPIHTTPMetrics(ctx context.Context, m MetricValues, _ *metricsCache, buckets []string) error { if len(buckets) == 0 { return nil } for bucket, inOut := range globalBucketConnStats.getBucketS3InOutBytes(buckets) { recvBytes := inOut.In if recvBytes > 0 { m.Set(apiTrafficSentBytes, float64(recvBytes), "bucket", bucket, "type", "s3") } sentBytes := inOut.Out if sentBytes > 0 {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 17:13:00 UTC 2024 - 9.4K bytes - Viewed (0)