Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getBucketTrafficReceivedBytes (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/metrics-v2.go

    		Namespace: bucketMetricNamespace,
    		Subsystem: quotaSubsystem,
    		Name:      totalBytes,
    		Help:      "Total bucket quota size in bytes",
    		Type:      gaugeMetric,
    	}
    }
    
    func getBucketTrafficReceivedBytes() MetricDescription {
    	return MetricDescription{
    		Namespace: bucketMetricNamespace,
    		Subsystem: trafficSubsystem,
    		Name:      receivedBytes,
    		Help:      "Total number of S3 bytes received for this bucket",
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 133.6K bytes
    - Click Count (0)
Back to Top